Minecraft PC IP: play.cubecraft.net

Recent content by Robke28

  1. R

    Coding Stats

    I was thinking that instead of the command this could be a part on THE website, you could search for a Player and it would show his level, the time he has played, achievements , all nicely ordered by the gamemode, this shouldn't be that hard to make cause they would just need to access their...
  2. R

    Coding I re-writed the hole plugin!!!

    Because this plugin only consists of a Main class, I copy pasted it in Intellij, added the things I said he had to change and then tried the plugin out myself (and it worked). I agree the way I told him to make those changes could be better, but what I said was right. If you would see the...
  3. R

    Coding I re-writed the hole plugin!!!

    Hi there, Your fault is pretty simple and think you just overlooked it if (ChatColor.stripColor(e.getInventory().getName()).equalsIgnoreCase( "Kits!")) return; Here you are returning if the inventory is named Kits, but you wanna do the reverse, so just change it to: if...
  4. R

    Coding [Bukkit/Spigot Development] Basic Tutorial

    @TrinityDEV , you might wanna add something about Listeners just the normal PlayerJoinEvent
Top Bottom