WorldBorderMaster [ANIMATED]

NULLED WorldBorderMaster [ANIMATED] 4.3

No permission to download
Tested Minecraft Versions:
  • 1.8
  • 1.9
  • 1.10
  • 1.11
  • 1.12
Source Code:
https://gyurix.pro
Contributors:
gyuriX
Languages Supported:
German
With this leightweight plugin you can make per player and per group different world border settings. These world border settings also have an animation part for making the possibility for changing world border color switching in any kind of rate/speed. The supported world border colors are RED, GREEN and BLUE. This is a vanilla limitation, so I can't give them more colors.

Video



Coming soon...


Dependencies


In order to use or update this plugin, you need to have the LATEST SpigotLib version installed on your server.

Permissions

wbm.group.<groupname>
Permission to be in a certain group (your group will be the first group, you have permission for)

wbm.use
Use the plugins commands.



Commands
/wbm: Main command, lists all the commands
/wbm about: About the plugin
/wbm group [name] [<option> <value>]: Check/modify group setting
/wbm player [name] [<option> <value>]: Check/modify player setting
/wbm reload: Reload the configuration
OPTIONS: -,+,x,z,center(NEW),radius,warn,visible,animation,aft



API
Code (Text):
public class WBMAPI {
public static boolean setBorder(Player plr, WorldBorderData wbd);
public static WorldBorderData setWBMBorder(Player plr);
public static WorldBorderData getBorder(Player plr);
}

public class WorldBorderData{
public Animation animation;
public int visibility;
public double centerX;
public double centerZ;
public double radius;
public int warnDistance;
public WorldBorderData() {

}
public WorldBorderData(Location loc) {
...
}
public WorldBorderData clone(){
...
}
}



Configuration


PHP:
updateRate: 100
useWorldsAsGroups: -
groups:
ops:
animation: RED;GREEN;BLUE
frameTime: 4000
visibility: 15
centerX: 0
centerZ: 0
radius: 5000
warnDistance: 5
default:
animation:
frameTime: 4000
- {5:100}RED
- {50:100}GREEN
- {20:100}BLUE
visibility: 15
centerX: 0
centerZ: 0
radius: 2000
warnDistance: 5


License

You are NOT allowed to:
- Share this plugin or any part of it in any form. You can only share it's configuration, and the link for this site.

You are ALLOWED to:
- Decompile and edit the plugin ONLY for your personal server/network, so you are NOT allowed to share any plugin which contains any part of the changed/not changed source of this plugin



Contact

If you would like to try out the plugin, you have a question or you need a custom plugin, you can contact me on Skype. My Skype name is gyurixdev.


FAQ

Why doesn't the plugin work for me?
Because you are using too old Spigot version (only 1.8.x versions are supported) or you haven't using the LATEST SpigotLib version.

Can I suggest a new feature/idea for the plugin?
Yes, you can suggest. If it is a good idea, then I will add it to the plugin, or code another plugin, which realises your idea :smile:


Writing feedback


Before you write a feedback, please make sure that you have attentively read the plugins whole description, and if you had any kind of question or problem with it, you have contacted me.
Author
Direct-Leaks.com
Downloads
48
Views
225
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Direct-Leaks.com

Top