Jump to content

Recommended Posts

Posted (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 by FlamingWraithSeer
Posted

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
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...