Description:
Basic plugin that admins can use to teleport to many places around the map
Installation:
- Place into Python folder
- Reload/restart the server
- Done
Commands:
/tploc - Displays the locations to go
/tploc <Number> - Teleport to that location
To do:
None, Tell me in the...
Jakkee submitted a new resource:
RockBaseFinder - Stand on top of a rock and type the command to be teleported into the rock! *Rcon Admin Only*
Read more about this resource...
Description:
Easily get into a rock by standing on top and typing /down. *Rcon Admin Only*
Installation:
- Place into Python folder
- Reload/restart the server
- Done
Commands:
/down (Sends you down)
To do:
None, Tell me in the discussions.
So if a Pillar is over *Insert number here* high it is destroyed.
I can get to be destroyed if greater than 300 by doing:
if (300 < Enitiy.Y){
}
Just need to know how to get the height starting at a foundation
EDIT: At first I thought World.GetGround would work, Nope :P
Nothing happens when I do /testbro
function On_Command(Player, cmd, args) {
if(cmd == "testbro") {
Player.Message("asd: " + Util.GetRootFolder());
}
else {
Player.message("Theres an error m8");
}
}
Same with this
function On_PluginInit() {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.