FlamingWraithSeer Posted May 8, 2014 Posted May 8, 2014 (edited) Ok, I am setting up a voltz server for me and my friends and I want to put Antimatter explosives/missiles and Red matter explosives/missiles on the WorldGuard blacklist, but I don't know what their 'Name' is to do that . e.g. To deny lava buckets [lavabucket] on-use=deny,tell,notify [lavabucket] being the 'Name'. Thanks in advance! Edited May 8, 2014 by FlamingWraithSeer
TechBro13 Posted May 15, 2014 Posted May 15, 2014 Well this isnt the place to post worldguard issues but Ill help you out: yes, you are right that [lavabucket] is the name but there is something else you can do [(ITEMID#)] on-use=deny,tell,notify So it would look like this [3883:21] on-use=deny,tell,notify I do not know if it actually supports meta data but you can give it a shot or you can go into the config files and disable it completely go to ./voltz/config and there should be a file called ICBM.cfg open with a text editor like notepad or notepad++ find these line: B:"Allow antimatter Crafting"=true B:"Allow antimatter Missile Crafting"=true B:"Allow redMatter Crafting"=true B:"Allow redMatter Missile Crafting"=true and set them all to false like this: B:"Allow antimatter Crafting"=false B:"Allow antimatter Missile Crafting"=false B:"Allow redMatter Crafting"=false B:"Allow redMatter Missile Crafting"=false once that is done antimatter and redmatter will not be craftable you might be asking what if people already have it? then you can disable the explosions in the same config file: so change: B:"Disable redMatter"=false B:"Disable antimatter"=false into this: B:"Disable redMatter"=true B:"Disable antimatter"=true This will disable crafting and the explosions for ALL redmatter and antimatter explosives/missiles Sincerely Yours
ImCoolYeah105 Posted May 17, 2014 Posted May 17, 2014 You can also use the config file to disable them I believe. (Sorry if you can't, I could be getting it confused with the 1.6.4 version, but I'm fairly certain you can). I believe you can also disable the explosion AND crafting for ultra safety For editing config files: Go the whatever folder the server is in and enter the file labeled "config" Find the mod you want to edit (in this case look for "ICBM") Change the config. In this case, it should somewhere say "enable antimatter crafting:true" change the true to false
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now