Problem Melee Turtle won't hit mobs..

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

iDusty

New Member
Jul 29, 2019
73
0
0
SOLVED

- Windows 8 Pro
- Local Hosted
- FTB Ultimate 1.0.1
- Only the mods that came with Ultimate
- i7-950 3.07Ghz, 6GB RAM
- Plugins: CoreProtect v2.04, Essentials, GriefPrevention, PermissionsEx, WorldBorde v1.7.2, WorldEdit

Well me and my friend were trying to make a mob grinder.
Now when I config the turtle with this script:
Code:
while true do
    turtle.attack()
end

The turtle isn't swinging the sword nor hitting the mobs...
 

AlanEsh

New Member
Jul 29, 2019
907
0
0
Sorry but I have to ask if you've actually launched the program you wrote within the turtle interface? i.e. are you saving your code with (example) filename "startup", then typing "startup" in your turtle's interface?
 

iDusty

New Member
Jul 29, 2019
73
0
0
Yes I did, turns out that one of the plugins is causing this, trying to figure out which one..
Now removed all of them and re-adding them one by one ..
Essentials&PermissionsEx are not the one's causing this..

EDIT:

Turns out ModifyWorld, that comes with PermissionsEx is probably conflicting with Essentials due to the fact they both have Item blocking systems...