feat: remove Changelog
This commit is contained in:
parent
bb28edaef4
commit
6dd3517780
1 changed files with 1 additions and 42 deletions
|
@ -49,49 +49,8 @@ public class PlayerJoinQuitListener implements Listener {
|
|||
|
||||
if (this.plugin.getConfig().getBoolean("Varo.Debug")) {
|
||||
|
||||
e.getPlayer().sendMessage("\n§7§l#### §9Cliffbreak.de - §lVaro §r§9Changelog §7§l####\n \n"
|
||||
e.getPlayer().sendMessage("\n§7§l######### §9Cliffbreak.de - §lVaro §7§l#########\n \n"
|
||||
+ " §cWarning: §r§c Plugin is running in DEBUG mode!\n ");
|
||||
|
||||
if (!(e.getPlayer().getName().equals("AragurLP") || e.getPlayer().getName().equals("AragurTV"))) {
|
||||
|
||||
final Stack<String> changes = new Stack<String>();
|
||||
|
||||
changes.push(" §7• §r§lADD: §rAdd /varo portal to allow Operators to create a Portal");
|
||||
changes.push(" §7• §r§lADD: §rPlayers can't create Portals");
|
||||
changes.push(" §7• §r§lADD: §rFakePlayer now drops his items and gets real player banned on death");
|
||||
changes.push(" §7• §r§lADD: §rFakePlayer is no attackable (can also be killed)");
|
||||
changes.push(" §7• §r§lADD: §rAdd a FakePlayer if Player is logged out");
|
||||
changes.push(" §7• §r§lADD: §rAdd /varo test && /varo testremove");
|
||||
changes.push(" §7• §r§lFIX: §r/varo Command is only usable by Server Operators now");
|
||||
changes.push(
|
||||
" §7• §r§lADD: §rDisallow special Items (Enchanted Golden Apple, Fishing Rod, Totem of Undying)");
|
||||
changes.push(" §7• §r§lADD: §rUse Vanilla Hearts");
|
||||
changes.push(" §7• §r§lADD: §rDisable Fishing Rod Crafting Recipe");
|
||||
changes.push(" §7• §r§lFIX: §rCheck for Ban in AsyncPreLoginEvent");
|
||||
changes.push(" §7• §r§lFIX: §rOnly kick player after Entity isn't ticking anymore");
|
||||
changes.push(" §7• §r§lADD: §r/varo Command for Admins");
|
||||
changes.push(" §7• §r§lADD: §rBan Player on Death");
|
||||
changes.push(" §7• §r§lADD: §r1.8 Health Regeneration");
|
||||
changes.push(" §7• §r§lADD: §rCustom Dynamic ServerListEntry");
|
||||
changes.push(" §7• §r§lADD: §rControl Difficulty and Gamerules by the Plugin");
|
||||
changes.push(" §7• §r§lADD: §rHover over Playername for Details (Team)");
|
||||
changes.push(" §7• §r§lADD: §rRedesigned Chat with Timestamp");
|
||||
|
||||
new BukkitRunnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
if (!e.getPlayer().isOnline()) {
|
||||
this.cancel();
|
||||
return;
|
||||
}
|
||||
if (changes.empty()) {
|
||||
this.cancel();
|
||||
return;
|
||||
}
|
||||
e.getPlayer().sendMessage(changes.pop());
|
||||
}
|
||||
}.runTaskTimer(this.plugin, 20, 20);
|
||||
}
|
||||
}
|
||||
|
||||
new BukkitRunnable() {
|
||||
|
|
Loading…
Reference in a new issue