Mindcrack - ModifyWorld, MCPC+ and Mining Turtle

mainsheep

New Member
Jul 29, 2019
14
0
0
I'm running a new server, which has been online for 1 week or so. We have had several griefing episodes lately, so I started investigating what items are used to grief with.

Mining Turtle is the only one thing I cannot seem to block using Modifyworld. I've tried setting the following in PermissionsEx configuration file:

- -modifyworld.items.(have|hold|pickup|craft).(x1227:*|x1228:*)
- -modifyworld.blocks.(interact|place).(x1227:*|x1228:*)

But it doesn't seem to work. All the other items I've banned have worked using this one method, but not this. I'm thinking that Mining Turtle IDs arent 1227:* and 1228:* as NEI says.

I dont want this completely removed from my server, but only letting Trusted rank gain this, so modifying the ComputerCraft configuration will not work.

Thanks in advance for all your help.
 

ayeso

New Member
Jul 29, 2019
45
0
0
This is my config and it works for blocking turtles.

permissions:
- modifyworld.login
- -modifyworld.enter.7
- -mytown.chat.allowcaps
- -mytown.chat.focus.help
- -mytown.cmd.(plot|spawn.other)
- -modifyworld.blocks.(place|interact|destroy).(46|327|611:5|613|1053:2|1227|1227:*|1228|1228:*|29998:6|30214|30215)
- -mytown.cmd.perm.(set|force).*.(closeclaim|creepoff|mobsoff|yon|yfrom|yto)
- -modifyworld.damage.take.outofworld
- modifyworld.*
- mytown.ecmd.reply
- mytown.ecmd.msg
- mytown.ecmd.online
- mytown.ecmd.spawn
- mytown.cmd(|.*)
- mytown.chat.*
 

mainsheep

New Member
Jul 29, 2019
14
0
0
This doesn't work on my server for some reason. I've successfully banned other items like Mining Laser, but Turtles seem to have godmode enabled :p

May I ask what grief protection plugin your using? I'm using Grief Prevention, but there is griefing either way. Does it protect chests aswell as FTB items?
 

ayeso

New Member
Jul 29, 2019
45
0
0
I use mytown it protects against pretty much everything, I also use his version of permissions ex and modify world you can find my town on these forums
 

mainsheep

New Member
Jul 29, 2019
14
0
0
You dont get essentials commands like /home, do you? I mean, plugins will not work with this solution?
 

ayeso

New Member
Jul 29, 2019
45
0
0
I have essentials in as well but have those commands turned off.

With MyTown you get /t spawn commands which let you spawn in your own town. But it also gives region protection from nearly every mod.
 

mainsheep

New Member
Jul 29, 2019
14
0
0
Do you have any plugins? How do you solve Voting without Votifier and plugins?

Sorry for a million questions :)
 

Energysipher323

New Member
Jul 29, 2019
50
0
0
This is my config and it works for blocking turtles.

permissions:
- modifyworld.login
- -modifyworld.enter.7
- -mytown.chat.allowcaps
- -mytown.chat.focus.help
- -mytown.cmd.(plot|spawn.other)
- -modifyworld.blocks.(place|interact|destroy).(46|327|611:5|613|1053:2|1227|1227:*|1228|1228:*|29998:6|30214|30215)
- -mytown.cmd.perm.(set|force).*.(closeclaim|creepoff|mobsoff|yon|yfrom|yto)
- -modifyworld.damage.take.outofworld
- modifyworld.*
- mytown.ecmd.reply
- mytown.ecmd.msg
- mytown.ecmd.online
- mytown.ecmd.spawn
- mytown.cmd(|.*)
- mytown.chat.*

Do you also put the permission in with those ( ) or do u pick from one of the options in them?
 

ayeso

New Member
Jul 29, 2019
45
0
0
Anything inside the brackets means its included. Thats how you do multiples in pex.