English (Current Page) | 简体中文
BridgeLeveling is an Bukkit Plugin can leveling for your Bridge Servers and provides lots of unique functions.
- Max Level Limitation (config.yml set max-level to -1 to disable)
- Obtain EXP from Placeing Blocks / Combat / Online Reward
- Support MySQL / SQLite
- Bridge Combat System
- Ranking System
- Fully Configurable
- PlaceHolderAPI Hook (Version >= 2.10.10)
- Download
BridgeLeveling-*.jar
File. - Put it in
Plugins
folder. - Start your server.
- Modify configurations you want.
- Restart your server.
- Done.
- Events - BridgeLeveling provides total of 4 events.
@EventHandler
public void onKill(PlayerKillEvent e) {
// TO DO
}
@EventHandler
public void onLevelUp(PlayerLevelUpEvent e) {
// TO DO
}
@EventHandler
public void onRankUp(PlayerRankUpEvent e) {
// TO DO
}
@EventHandler
public void onXpGain(PlayerXpGainEvent e) {
// TO DO
}
- Player Data
PlayerData data = PlayerData.getData(Player.getUniqueId());