Latest download: Click here
UberJump is a very small plugin but you can have a lot of fun with it. What it allows you to do is basically adding a jump boost to yourself and other players. It has one simple command which you can manage everything with and it's really simple to use. This is also my first approach on writing a Bukkit Plugin in Java, so it might still have some minor bugs ATM. This plugin has been been tested to be compatible with almost any plugin on the ZenoxPvP Server. Feel free to post a comment if you have any compability issues!
The only command that comes with this plugin is /uj. There are two ways to use it, either just type /uj to go with the standard settings or you can go advanced (see "The Arguments"). /uj can take as many arguments as you want, but it will only use the last argument that fits each of the three argument types. None of these arguments is necessary and there is no required order.
The command takes four optional arguments:
With a Plugin like this on your server you will probably want to restrict the usage. I do not recommend changing the maximum and minimum permissions in-game!
| Node | Description |
|---|---|
| uberjump.* | Gives Access to everything to do with this plugin. |
| uberjump.change.self | Gives Access to using UberJump on yourself. |
| uberjump.change.other | Gives Access to using UberJump on other Players. |
| uberjump.advanced | Required to use arguments as described |
| uberjump.time | Required to set the time the UberJump effect lasts |
| uberjump.height | Required to set the height boost the UberJump effect gives. |
| uberjump.explosions | Enables (small) explosions when jumping at least 5 blocks high in surival. |
| uberjump.maximum.h | h = The maximum boost effect this person can give. h has to be between -5 and 50. |
| uberjump.minimum.h | h = The minimum boost effect this person can give. h has to be between -5 and 50. |