Unofficial griefing tool list [WIP]

  • 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

Busi

New Member
Jul 29, 2019
107
0
1
Do you use any other permission plugin?

and yes due to the way MCPC works then all the mytown commands are /mytown and /mytownadm instead of /town or /t

but you need to give a few permissions in what ever other permission plugin you use to

Registered command mytown with permission node ee.lutsu.alpha.mc.mytown.commands.CmdMyTown
Registered command mytownadm with permission node ee.lutsu.alpha.mc.mytown.commands.CmdMyTownAdmin
Registered command ch with permission node ee.lutsu.alpha.mc.mytown.commands.CmdChannel
Registered command gm with permission node ee.lutsu.alpha.mc.mytown.commands.CmdGamemode
Registered command wrk with permission node ee.lutsu.alpha.mc.mytown.commands.CmdWrk
Registered command spawn with permission node ee.lutsu.alpha.mc.mytown.commands.CmdSpawn
Registered command tp with permission node ee.lutsu.alpha.mc.mytown.commands.CmdTeleport
Registered command setspawn with permission node ee.lutsu.alpha.mc.mytown.commands.CmdSetSpawn
Registered command online with permission node ee.lutsu.alpha.mc.mytown.commands.CmdOnline
Registered command me with permission node ee.lutsu.alpha.mc.mytown.commands.CmdEmote


In Group manager i just gave people access to

- ee.lutsu.alpha.mc.mytown.commands.CmdMyTown
- ee.lutsu.alpha.mc.mytown.commands.CmdChannel
- ee.lutsu.alpha.mc.mytown.commands.CmdSpawn
- ee.lutsu.alpha.mc.mytown.commands.CmdOnline
- ee.lutsu.alpha.mc.mytown.commands.CmdChat

and my Admin / mods have also

- ee.lutsu.alpha.mc.mytown.commands.CmdMyTownAdmin
 

MisterOutofTime

New Member
Jul 29, 2019
5
0
0
but im not using any other permissions plugin atm i had used permissionsex for bukkit but now i just want to test mytown but still no other player can do someting
 

adamjones353

New Member
Jul 29, 2019
2
0
0
Does anyone know any fix to the thuamcraft arcane table dupe bug, currently players on the server can break the table to stop the bug but we are hoping to fix the bug as the table is a massive part to the mod. We are trying to create a plugin to fix it but anything simpler will be a massive help.
 

Tsugaga

New Member
Jul 29, 2019
56
0
0
Does anyone know any fix to the thuamcraft arcane table dupe bug, currently players on the server can break the table to stop the bug but we are hoping to fix the bug as the table is a massive part to the mod. We are trying to create a plugin to fix it but anything simpler will be a massive help.
The only thing you need an arcane worktable for is to make arcane stone blocks. If you have some sort of economy plugin you can ban arcane tables and sell arcane stone blocks so players can make infusion alters.

Very good post Tsugaga. Thank you.

I think that the wrenchs are not griefing lands protected with griefprevention.

How players will play without wrenchs ? This is a big problem.
Yeah as long as the machine id's are added to the grief prevention config, they can't be stolen with wrenches. I added this to the main post.

I can actually answer those for Danny Longshaw.

The first link is a direct download link for the mod "RedPower Tweaks." It's a mod that goes in the coremods folder. It's purpose is to fix several bugs with RedPower 2. It's apparently no longer being developed, but the last version released was for 1.4.7 so it can still be used. The only problem with it is, if I'm not mistaken, that it must be installed on the client as well so it's a bit of a hassle to get everyone on your server to install it.

The second link is just to a script that can be used in the Bukkit plugin "Skript." I have yet to use this myself, but I assume there's a spot in the config file you'd add this script in order to stop the Vajra from being right clicked, which will stop it from being used to grief. I'm going to be checking this plugin out to try to allow some previously banned items on my server. If you aren't interested in Skript, there's another plugin that allows similar abilities called "ModDamage."
Where exactly does someone put this skript? Also it uses 30477:1 which is only a fully charged Vajra. Would 30477:* work or would you have to repeat the script for 30477:1, 30477:2 etc, all the way to 30477:27?

With MyTowns you can create claims and protect against modded items like mining laser, wand of excavation, tnt, itnt, Turtles

the problems with Modded items for is that Grief preventions and world guard is that they can't protect again them. but since MyTown is a forge mod, it is able to protect again them

There is protection for

IC2
Portalgun
Railcraft
RedPower
Stevescarts
thaumcraft
Traincraft
mobs
creeper block damage
TNT, ITNT, Nukes
And Vanilla Tools
How does it protect against mining turtles? I thought mining turtles didn't use any events so they ignore everything.
 

Captain Digital

Active Member
Jul 29, 2019
117
0
26
Where exactly does someone put this skript? Also it uses 30477:1 which is only a fully charged Vajra. Would 30477:* work or would you have to repeat the script for 30477:1, 30477:2 etc, all the way to 30477:27?
When you install the plugin "Skript," it'll create its own directory in the plugins folder. Inside of that will be a "scripts" folder. Just put the script in there and it'll work. "30477:*" won't work, but I changed mine to "30477" and it seemed to work the way you want it to.
 

Tsugaga

New Member
Jul 29, 2019
56
0
0
When you install the plugin "Skript," it'll create its own directory in the plugins folder. Inside of that will be a "scripts" folder. Just put the script in there and it'll work. "30477:*" won't work, but I changed mine to "30477" and it seemed to work the way you want it to.
Ah ok. Couldn't this be used for canvas bag? on shift holding a *insert canvas bag id*:, or is shift click not an event?
 

Busi

New Member
Jul 29, 2019
107
0
1
The only thing you need an arcane worktable for is to make arcane stone blocks. If you have some sort of economy plugin you can ban arcane tables and sell arcane stone blocks so players can make infusion alters.


Yeah as long as the machine id's are added to the grief prevention config, they can't be stolen with wrenches. I added this to the main post.


Where exactly does someone put this skript? Also it uses 30477:1 which is only a fully charged Vajra. Would 30477:* work or would you have to repeat the script for 30477:1, 30477:2 etc, all the way to 30477:27?


How does it protect against mining turtles? I thought mining turtles didn't use any events so they ignore everything.

What it does is it shuts the turtle down, not sure how but i do know that when a turtle is just about to enter a protected chunk it just stops it, and makes it unable to open the GUI on it and if you set the permissions right then only the town owner can remove the turtle "if the turtle entered the protected area
 

Busi

New Member
Jul 29, 2019
107
0
1
but im not using any other permissions plugin atm i had used permissionsex for bukkit but now i just want to test mytown but still no other player can do someting

Catch me on teamspeak and i will help you set it up

the IP is digfordiamonds.com
 

Captain Digital

Active Member
Jul 29, 2019
117
0
26
Ah ok. Couldn't this be used for canvas bag? on shift holding a *insert canvas bag id*:, or is shift click not an event?
I'm not too familiar with the plugin myself, but I suppose there is some sort of event for that. I'd have to look into it more to find out though.
 

djnunny

New Member
Jul 29, 2019
16
0
0
is there anything else i should know about the arcane worktables other than the dupe glitch?
as on my server i have use pex- modifyworld to disable the breaking of the table so it can dupe
only an admin can remove it for them
 

Tsugaga

New Member
Jul 29, 2019
56
0
0
is there anything else i should know about the arcane worktables other than the dupe glitch?
as on my server i have use pex- modifyworld to disable the breaking of the table so it can dupe
only an admin can remove it for them
Using -modifyworld.blocks.break.id? That's a good solution I suppose. Modify world doesn't support data values though I believe so that would apply to any blocks with the same id as an arcane worktable.
 

djnunny

New Member
Jul 29, 2019
16
0
0
it doesnt support the id's no :p i used user debug to figure out it was -modifyworld.blocks.destroy.thaumcraftblocktable:15
works a charm users atleast normal members on my server cannot break them

so its that the only issue with them yes?

-Fabricator
-Advanced Crafting Table
-Block Breaker

also need to know the exact dupes with these? need fixing lol
 

Tsugaga

New Member
Jul 29, 2019
56
0
0
it doesnt support the id's no :p i used user debug to figure out it was -modifyworld.blocks.destroy.thaumcraftblocktable:15
works a charm users atleast normal members on my server cannot break them

so its that the only issue with them yes?

-Fabricator
-Advanced Crafting Table
-Block Breaker

also need to know the exact dupes with these? need fixing lol

Fabricator
You put put a auto crafting table next to a fabricator and setup a engine and wood pipe to pump items from the crafting table. The auto crafting table outputs the item in the middle slot of the fabricator.

Advanced Crafting Table
Put the stuff in for the item you want to craft, and the output item will show in the slot, then you take out the crafting materials and the output item will still be there, so you can keep crafting items for free. I think that's how it works. Its so advanced it doesn't need to use the materials! xD

Block Breaker
Not sure how this works exactly. I think you put an auto crafting table next to a block breaker. Put materials in the table for what you want to craft, but don't take out the item. For example you put in 9 diamonds for a diamond block. You activate the block breaker and it will break the table, and a diamond block will drop along with the 9 diamonds.

None of these items are needed, so it's easiest to just ban them. A attempted fix might result it players exploiting it in some other way.
 

djnunny

New Member
Jul 29, 2019
16
0
0
Fabricator
You put put a auto crafting table next to a fabricator and setup a engine and wood pipe to pump items from the crafting table. The auto crafting table outputs the item in the middle slot of the fabricator.

Advanced Crafting Table
Put the stuff in for the item you want to craft, and the output item will show in the slot, then you take out the crafting materials and the output item will still be there, so you can keep crafting items for free. I think that's how it works. Its so advanced it doesn't need to use the materials! xD

Block Breaker
Not sure how this works exactly. I think you put an auto crafting table next to a block breaker. Put materials in the table for what you want to craft, but don't take out the item. For example you put in 9 diamonds for a diamond block. You activate the block breaker and it will break the table, and a diamond block will drop along with the 9 diamonds.

None of these items are needed, so it's easiest to just ban them. A attempted fix might result it players exploiting it in some other way.

thanks for that info pal i think am just going to disable these items for sure,
 

Tsugaga

New Member
Jul 29, 2019
56
0
0
Canvas bag dupe glitch fix + a few other redpower items -> http://mirror.fractalrealities.net/mods/rptweaks/rptweaks-v4.zip

Vajra we ended up disabling the right click function via the bukkit plugin "skript" (only the beta would work with MCPC running feed the beast ultimate) as this stops the griefprevention bypass, simple script i wrote -> https://dl.dropboxusercontent.com/u/13281919/vajra.sk
How did you get Skript to work? Do you use mcpc? If so which build?
 

Captain Digital

Active Member
Jul 29, 2019
117
0
26
How did you get Skript to work? Do you use mcpc? If so which build?
I managed to get Skript to work using the latest versions of MCPC Plus Legacy. They're made for 1.4.7 specifically.

Also, I must correct what I said earlier about RedPower Tweaks. I thought it had to be installed on the client as well in order to work, but it can be installed on the server only and work. I'm sorry for the false information.