Hey guys,
For the remover tool accessible to players is it possible to add in walls and stairs? Example below:
[Remover]
# Enables /remover. CAUTION: Users can abuse this in a multitude of ways! EX: they can remove their foundations and pillars to create floating houses!
enableRemover=true
# If true, a player with /remover on will receive (a random portion of) the items back from the object they destroy
returnItems=false
# If true, /remover will work on ceilings
removerOnCeiling=false
# If true, /remover will work on pillars
removerOnPillar=true
# If true, /remover will work on foundations
removerOnFoundation=false
[U]# If true, /remover will work on walls
removerOnWall=true
# If true, /remover will work on stairs
removerOnStairs=true[/U]
[QUOTE=Orida;45323255]Hey guys,
For the remover tool accessible to players is it possible to add in walls and stairs? Example below:
[Remover]
# Enables /remover. CAUTION: Users can abuse this in a multitude of ways! EX: they can remove their foundations and pillars to create floating houses!
enableRemover=true
# If true, a player with /remover on will receive (a random portion of) the items back from the object they destroy
returnItems=false
# If true, /remover will work on ceilings
removerOnCeiling=false
# If true, /remover will work on pillars
removerOnPillar=true
# If true, /remover will work on foundations
removerOnFoundation=false
[U]# If true, /remover will work on walls
removerOnWall=true
# If true, /remover will work on stairs
removerOnStairs=true[/U][/QUOTE]
No, adding your own entry in config.ini does not work. For now the remover tool is limited to what you see already in the config.ini (as above).
Check the [URL="https://trello.com/c/Q6xH1sdF/75-add-a-remover-ini-for-remover-so-owners-can-configure-what-objects-work-for-remover-and-damage-per-hit"]trello[/URL], there are plans in there for a remover.ini file but unsure if its ready for the upcoming release.
You are using oxide for a plug in. Rust ++ has a java coding to include all items placed by you. Even goes as far as large wood storage boxes.
Sorry, you need to Log In to post a reply to this thread.