Filled Essentials Economy Leaderboards!

Discussion in 'Plugin Requests' started by Nebuler, Mar 31, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    Nebuler

    Plugin category: Economy

    Suggested name: EssentialsEcoLeaderboards

    What I want:
    Hello! I'm looking for a plugin to be made which makes server economy competitive! I found a plugin which does what I want perfectly, however it is sadly discontinued and no longer works on 1.9.
    That plugin can be found here: http://dev.bukkit.org/bukkit-plugins/ecoleaderboards/
    What I need is a plugin which allows leaderboards to be created on signs and display the richest players on the server, using balances from EssentialsEco. Ideally, you could change the amount of players on a leaderboard by simply placing more or less signs, and the plugin would detect if a certain text was placed on a sign, and add the to a leaderboard. For example: I put [ecoldr1] on a sign and that displays the richest player, [ecoldr2] displays the 2nd richest etc. also, I wouldn't want the [ecoldr] text to be visible on the sign after the plugin 'converts it' to a leaderboard sign. Ideal text layout on sign:

    [​IMG]


    Ideas for commands:
    • /leaderboard reload : Re-ranks the server balances and updates all signs. Requires EcoLeaderboards.reload
    • /leaderboard top : Displays the top 10 server balances
    • /leaderboard [#] : Displays the player & balance at the queried rank

    Ideas for permissions:
    • Leaderboards.place : Allows a player to place a leaderboard sign
    • EcoLeaderboards.reload : Allows a player to re-rank the sign balances at any time by typing "/leaderboard reload"
    • EcoLeaderboards.position : Allows a player to use "/leaderboard top" and "/leaderboard [#]" commands
    • EcoLeaderboards.* : All EcoLeaderboards permissions


    When I'd like it by: ASAP


    Thanks in advance.
     
    Last edited: Mar 31, 2016
  2. Have you tried to PM the author about updating the plugin? The latest one was 1.7.9 that's not very out of date and are you sure it doesn't work on 1.9? Outdated doesn't mean broken
     
  3. Offline

    Nebuler

    @bwfcwalshy the plugin definitely doesn't work on 1.9, I've tested it. I'll PM the author about updating it now.
    @bwfcwalshy I have PMed the author, but his last login was last April, I doubt he will reply.
     
    Last edited: Mar 31, 2016
  4. Offline

    CTRL

  5. Offline

    Nebuler

    @CTRL I've compiled the plugin with eclipse, on server startup I get this:
    Code:
    [13:31:34] [Server thread/ERROR]: Error occurred while enabling EcoLeaderboards v1.1 (Is it up to date?)
    java.lang.RuntimeException: Economy username cannot be null
        at com.earth2me.essentials.api.Economy.getUserByName(Economy.java:84) ~[?:?]
        at com.earth2me.essentials.api.Economy.getMoneyExact(Economy.java:104) ~[?:?]
        at com.earth2me.essentials.api.Economy.getMoney(Economy.java:99) ~[?:?]
        at net.milkbowl.vault.economy.plugins.Economy_Essentials.getBalance(Economy_Essentials.java:78) ~[?:?]
        at com.gmail.mrphpfan.EcoLeaderboards.rankBalances(EcoLeaderboards.java:298) ~[?:?]
        at com.gmail.mrphpfan.EcoLeaderboards.onEnable(EcoLeaderboards.java:51) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugin(CraftServer.java:361) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at org.bukkit.craftbukkit.v1_9_R1.CraftServer.enablePlugins(CraftServer.java:321) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at net.minecraft.server.v1_9_R1.MinecraftServer.t(MinecraftServer.java:411) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at net.minecraft.server.v1_9_R1.MinecraftServer.l(MinecraftServer.java:376) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at net.minecraft.server.v1_9_R1.MinecraftServer.a(MinecraftServer.java:331) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:269) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:527) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
    [13:31:34] [Server thread/INFO]: [SimpleRestart] Enabling SimpleRestart v1.3.4
    
    When I try to do /el reload I get:
    Code:
    [13:32:59] [Server thread/WARN]: Unexpected exception while parsing console command "el reload" org.bukkit.command.CommandException: Unhandled exception executing command 'el' in plugin EcoLeaderboards v1.1 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[serverjar1.9.jar:git-Spigot-2038f4a-44216f1] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[serverjar1.9.jar:git-Spigot-2038f4a-44216f1] at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchCommand(CraftServer.java:645) ~[serverjar1.9.jar:git-Spigot-2038f4a-44216f1] at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchServerCommand(CraftServer.java:631) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1] at net.minecraft.server.v1_9_R1.DedicatedServer.aL(DedicatedServer.java:438) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1] at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:401) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1] at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:660) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1] at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:559) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1] at java.lang.Thread.run(Unknown Source) [?:1.8.0_77] Caused by: java.lang.RuntimeException: Economy username cannot be null at com.earth2me.essentials.api.Economy.getUserByName(Economy.java:84) ~[?:?] at com.earth2me.essentials.api.Economy.getMoneyExact(Economy.java:104) ~[?:?] at com.earth2me.essentials.api.Economy.getMoney(Economy.java:99) ~[?:?] at net.milkbowl.vault.economy.plugins.Economy_Essentials.getBalance(Economy_Essentials.java:78) ~[?:?] at com.gmail.mrphpfan.EcoLeaderboards.rankBalances(EcoLeaderboards.java:298) ~[?:?] at com.gmail.mrphpfan.EcoLeaderboards.onCommand(EcoLeaderboards.java:221) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[serverjar1.9.jar:git-Spigot-2038f4a-44216f1] ... 8 more [13:34:29] [Server thread/INFO]: /el reload[m [13:34:37] [Server thread/WARN]: Unexpected exception while parsing console command "el reload" org.bukkit.command.CommandException: Unhandled exception executing command 'el' in plugin EcoLeaderboards v1.1 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[serverjar1.9.jar:git-Spigot-2038f4a-44216f1] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[serverjar1.9.jar:git-Spigot-2038f4a-44216f1] at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchCommand(CraftServer.java:645) ~[serverjar1.9.jar:git-Spigot-2038f4a-44216f1] at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchServerCommand(CraftServer.java:631) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1] at net.minecraft.server.v1_9_R1.DedicatedServer.aL(DedicatedServer.java:438) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1] at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:401) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1] at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:660) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1] at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:559) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1] at java.lang.Thread.run(Unknown Source) [?:1.8.0_77] Caused by: java.lang.RuntimeException: Economy username cannot be null at com.earth2me.essentials.api.Economy.getUserByName(Economy.java:84) ~[?:?] at com.earth2me.essentials.api.Economy.getMoneyExact(Economy.java:104) ~[?:?] at com.earth2me.essentials.api.Economy.getMoney(Economy.java:99) ~[?:?] at net.milkbowl.vault.economy.plugins.Economy_Essentials.getBalance(Economy_Essentials.java:78) ~[?:?] at com.gmail.mrphpfan.EcoLeaderboards.rankBalances(EcoLeaderboards.java:298) ~[?:?] at com.gmail.mrphpfan.EcoLeaderboards.onCommand(EcoLeaderboards.java:221) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[serverjar1.9.jar:git-Spigot-2038f4a-44216f1] ... 8 more"][/SPOILER]
    Have you tested this on a 1.9 server? If so it may be a compiling issue, though I'm sure I did it correctly.
    Full server log:[SPOILER="full server log on server startup"]
    [13:36:20] [Server thread/INFO]: Starting minecraft server version 1.9
    [13:36:20] [Server thread/INFO]: Loading properties
    [13:36:20] [Server thread/INFO]: Default game type: CREATIVE
    [13:36:20] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-2038f4a-44216f1 (MC: 1.9) (Implementing API version 1.9-R0.1-SNAPSHOT)
    [13:36:20] [Server thread/INFO]: Debug logging is disabled
    [13:36:20] [Server thread/INFO]: Server Ping Player Sample Count: 12
    [13:36:20] [Server thread/INFO]: Using 4 threads for Netty based IO
    [13:36:20] [Server thread/INFO]: Generating keypair
    [13:36:20] [Server thread/INFO]: Starting Minecraft server on *:25565
    [13:36:20] [Server thread/INFO]: Using default channel type
    [13:36:21] [Server thread/WARN]: Plugin `Construct_Economy_Rankup_To_Citizen v1.0' uses the space-character (0x20) in its name `Construct Economy Rankup To Citizen' - this is discouraged
    [13:36:21] [Server thread/INFO]: Set PluginClassLoader as parallel capable
    [13:36:21] [Server thread/INFO]: [INFO][NoCheatPlus] Fri Apr 01 13:36:21 BST 2016
    [13:36:21] [Server thread/INFO]: Player instances are stored for efficiency.
    [13:36:21] [Server thread/INFO]: [MuteManager] Loading MuteManager v0.16-43
    [13:36:21] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
    [13:36:21] [Server thread/INFO]: [ChatManagerPlus] Loading ChatManagerPlus v1.3.2
    [13:36:21] [Server thread/INFO]: [TitleWelcomeMessage] Loading TitleWelcomeMessage v4.0.0
    [13:36:21] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
    [13:36:21] [Server thread/INFO]: [ConstructEcomomyHelp] Loading ConstructEcomomyHelp v1.0
    [13:36:21] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.3.8
    [13:36:21] [Server thread/INFO]: [PlaceholderAPI] This server is running Spigot
    [13:36:21] [Server thread/INFO]: [PlaceholderAPI] Detected NMS version: v1_9_R1
    [13:36:21] [Server thread/INFO]: [PermissionSex] Loading PermissionsEx v1.23.4
    [13:36:21] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v10.3
    [13:36:21] [Server thread/INFO]: [PlayTime] Loading PlayTime v1.0
    [13:36:21] [Server thread/INFO]: [CS-CoreLib] Loading CS-CoreLib v1.4
    [13:36:21] [Server thread/INFO]: [Forcefield] Loading Forcefield v1.0.3
    [13:36:21] [Server thread/INFO]: [NoPl] Loading NoPl v1.6.1
    [13:36:21] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
    [13:36:21] [Server thread/INFO]: [Construct_Economy_Rankup_To_Citizen] Loading Construct_Economy_Rankup_To_Citizen v1.0
    [13:36:21] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.2.2
    [13:36:21] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.7.0-BETA
    [13:36:21] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.13.7-RC-sMD5NET-b925
    [13:36:21] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
    [13:36:21] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
    [13:36:21] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.9
    [13:36:21] [Server thread/INFO]: [EcoLeaderboards] Loading EcoLeaderboards v1.1
    [13:36:21] [Server thread/INFO]: [SimpleRestart] Loading SimpleRestart v1.3.4
    [13:36:21] [Server thread/INFO]: [ChatEx] Loading ChatEx v1.4
    [13:36:21] [Server thread/INFO]: [ScoreboardStats] Loading ScoreboardStats v0.9.8
    [13:36:21] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.12
    [13:36:21] [Server thread/INFO]: [ChatTab] Loading ChatTab v1.8
    [13:36:21] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
    [13:36:21] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
    [13:36:21] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
    [13:36:21] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
    [13:36:21] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
    [13:36:21] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
    [13:36:21] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.7.0-BETA
    [13:36:21] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
    [13:36:21] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
    [13:36:21] [Server thread/INFO]: Preparing level "DevWorld"
    [13:36:21] [Server thread/INFO]: -------- World Settings For [DevWorld] --------
    [13:36:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [13:36:21] [Server thread/INFO]: View Distance: 10
    [13:36:21] [Server thread/INFO]: Item Despawn Rate: 6000
    [13:36:21] [Server thread/INFO]: Item Merge Radius: 2.5
    [13:36:21] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [13:36:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [13:36:21] [Server thread/INFO]: Experience Merge Radius: 3.0
    [13:36:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [13:36:21] [Server thread/INFO]: Cane Growth Modifier: 100%
    [13:36:21] [Server thread/INFO]: Melon Growth Modifier: 100%
    [13:36:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [13:36:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [13:36:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [13:36:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [13:36:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
    [13:36:21] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [13:36:21] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [13:36:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [13:36:21] [Server thread/INFO]: Max TNT Explosions: 100
    [13:36:21] [Server thread/INFO]: Structure Info Saving: true
    [13:36:21] [Server thread/INFO]: Mob Spawn Range: 4
    [13:36:21] [Server thread/INFO]: Random Lighting Updates: false
    [13:36:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [13:36:21] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [13:36:21] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [13:36:21] [Server thread/INFO]: Max Entity Collisions: 8
    [13:36:22] [Server thread/INFO]: -------- World Settings For [DevWorld_the_end] --------
    [13:36:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [13:36:22] [Server thread/INFO]: View Distance: 10
    [13:36:22] [Server thread/INFO]: Item Despawn Rate: 6000
    [13:36:22] [Server thread/INFO]: Item Merge Radius: 2.5
    [13:36:22] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [13:36:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [13:36:22] [Server thread/INFO]: Experience Merge Radius: 3.0
    [13:36:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [13:36:22] [Server thread/INFO]: Cane Growth Modifier: 100%
    [13:36:22] [Server thread/INFO]: Melon Growth Modifier: 100%
    [13:36:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [13:36:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [13:36:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [13:36:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [13:36:22] [Server thread/INFO]: NetherWart Growth Modifier: 100%
    [13:36:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [13:36:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [13:36:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [13:36:22] [Server thread/INFO]: Max TNT Explosions: 100
    [13:36:22] [Server thread/INFO]: Structure Info Saving: true
    [13:36:22] [Server thread/INFO]: Mob Spawn Range: 4
    [13:36:22] [Server thread/INFO]: Random Lighting Updates: false
    [13:36:22] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [13:36:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [13:36:22] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [13:36:22] [Server thread/INFO]: Max Entity Collisions: 8
    [13:36:22] [Server thread/INFO]: Preparing start region for level 0 (Seed: -4801145459897498262)
    [13:36:22] [Server thread/INFO]: Preparing start region for level 1 (Seed: -4801145459897498262)
    [13:36:22] [Server thread/INFO]: [MuteManager] Enabling MuteManager v0.16-43
    [13:36:22] [Server thread/INFO]: [MuteManager] Configuration loaded.
    [13:36:22] [Server thread/INFO]: [MuteManager] Loading mute list from file: muted-players.ser
    [13:36:22] [Server thread/INFO]: [MuteManager] MuteManager main loop running.
    [13:36:22] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
    [13:36:23] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
    [13:36:23] [Server thread/WARN]: [WorldEdit]
    **********************************************
    ** This WorldEdit version does not fully support your version of Bukkit.
    **
    ** When working with blocks or undoing, chests will be empty, signs
    ** will be blank, and so on. There will be no support for entity
    ** and biome-related functions.
    **
    ** Please see http://wiki.sk89q.com/wiki/WorldEdit/Bukkit_adapters
    **********************************************
    
    [13:36:23] [Server thread/INFO]: [ChatManagerPlus] Enabling ChatManagerPlus v1.3.2
    [13:36:23] [Server thread/INFO]: ChatManagerPlus v1.3.2 by Henryjake121 has been enabled!
    [13:36:23] [Server thread/INFO]: [TitleWelcomeMessage] Enabling TitleWelcomeMessage v4.0.0
    [13:36:23] [Server thread/INFO]: [m
    [13:36:23] [Server thread/INFO]: [0;34;1m-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[m
    [13:36:23] [Server thread/INFO]:  [m
    [13:36:23] [Server thread/INFO]: [0;36;1m      Title Welcome Message[m
    [13:36:23] [Server thread/INFO]: [0;36;1m           Version 4.0.0[m
    [13:36:23] [Server thread/INFO]: [0;31;1m YouTube: http://bit.ly/ATDYouTube[m
    [13:36:23] [Server thread/INFO]:  [m
    [13:36:23] [Server thread/INFO]: [0;34;1m-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[m
    [13:36:23] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
    [13:36:23] [Server thread/INFO]: Bukkit version format changed. Version not checked.
    [13:36:23] [Server thread/INFO]: git-Spigot-2038f4a-44216f1 (MC: 1.9)
    [13:36:23] [Server thread/INFO]: 1.9-R0.1-SNAPSHOT
    [13:36:23] [Server thread/INFO]: Using locale en_GB
    [13:36:23] [Server thread/INFO]: Using locale en_GB
    [13:36:23] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
    [13:36:23] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
    [13:36:23] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
    [13:36:23] [Server thread/INFO]: [ConstructEcomomyHelp] Enabling ConstructEcomomyHelp v1.0
    [13:36:23] [Server thread/INFO]: [ConstructEcomomyHelp] Construct Economy Help enabled
    [13:36:23] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.3.8
    [13:36:23] [Server thread/INFO]: [PlaceholderAPI] Internal placeholder registration initializing...
    [13:36:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered player placeholder expansion!
    [13:36:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered server placeholder expansion!
    [13:36:23] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list from extendedclip.com...
    [13:36:23] [Server thread/INFO]: [PlaceholderAPI] Fetching available injector list from extendedclip.com...
    [13:36:23] [Server thread/INFO]: [PermissionSex] Enabling PermissionsEx v1.23.4
    [13:36:23] [Server thread/INFO]: [PermissionSex] Initializing file backend
    [13:36:23] [Server thread/INFO]: [PermissionSex] Permissions file successfully reloaded
    [13:36:23] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
    [13:36:23] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
    [13:36:23] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
    [13:36:23] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
    [13:36:23] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v10.3
    [13:36:23] [Server thread/INFO]: [AdvancedBan] MC-Stats >> Connected
    [13:36:23] [Server thread/INFO]: You are running the newest verion of AdvancedBan!
    [13:36:23] [Server thread/INFO]:
    [=]---------------------------[=]
    -= AdvancedBan =-
    Dev: Leoko
    Status: Enabled
    License: Public
    Link: http://dev.bukkit.org/bukkit-plugins/advancedban/
    Support [Skype/Mail]: Leoko33 / [email protected]
    Version: 10.3
    [=]---------------------------[=]
    [13:36:23] [Server thread/INFO]: [PlayTime] Enabling PlayTime v1.0
    [13:36:23] [Server thread/INFO]: [CS-CoreLib] Enabling CS-CoreLib v1.4
    [13:36:23] [Server thread/INFO]: [Forcefield] Enabling Forcefield v1.0.3
    [13:36:23] [Server thread/INFO]: [Forcefield] <Forcefield> Enabled
    [13:36:23] [Server thread/INFO]: [NoPl] Enabling NoPl v1.6.1
    [13:36:23] [Server thread/INFO]: [NoPl] NoPl v1.6.1 enabled!
    [13:36:23] [Server thread/INFO]: [Construct_Economy_Rankup_To_Citizen] Enabling Construct_Economy_Rankup_To_Citizen v1.0
    [13:36:23] [Server thread/INFO]: [Construct_Economy_Rankup_To_Citizen] ConstructEconomyRankupToCitizen enabled.
    [13:36:23] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.2.2
    [13:36:23] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
    [13:36:23] [Server thread/INFO]: = Vault  : Ok. Hooked MyCommand Vault 1.5.6-b49
    [13:36:23] [Server thread/INFO]: = Config : Ok
    [13:36:23] [Server thread/INFO]: = Custom commands loaded : 37
    [13:36:23] [Server thread/INFO]: = Version: 5.2.2
    [13:36:23] [Server thread/INFO]: = Author : MRI(emmerrei) a.k.a Ivanpro
    [13:36:23] [Server thread/INFO]: = Status : Active
    [13:36:23] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    [13:36:23] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
    [13:36:23] [Server thread/WARN]: [NoCheatPlus] The Minecraft version seems to be more recent than the one Compat-CB-Reflect has been built with - this might work, but there could be incompatibilities.
    [13:36:23] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.5-1.8.8|? / CB-Reflect
    [13:36:23] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
    [13:36:23] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
    [13:36:23] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
    [13:36:23] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
    [13:36:23] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
    [13:36:23] [Server thread/WARN]: [NoCheatPlus] Can't tell if the packet level hooks are compatible to the version of ProtocolLib in use.
    [13:36:23] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
    [13:36:23] [Server thread/INFO]: [NoCheatPlus] Version 3.13.7-RC-sMD5NET-b925 is enabled.
    [13:36:24] [Server thread/INFO]: [EcoLeaderboards] Enabling EcoLeaderboards v1.1
    [13:36:24] [Server thread/ERROR]: Error occurred while enabling EcoLeaderboards v1.1 (Is it up to date?)
    java.lang.RuntimeException: Economy username cannot be null
        at com.earth2me.essentials.api.Economy.getUserByName(Economy.java:84) ~[?:?]
        at com.earth2me.essentials.api.Economy.getMoneyExact(Economy.java:104) ~[?:?]
        at com.earth2me.essentials.api.Economy.getMoney(Economy.java:99) ~[?:?]
        at net.milkbowl.vault.economy.plugins.Economy_Essentials.getBalance(Economy_Essentials.java:78) ~[?:?]
        at com.gmail.mrphpfan.EcoLeaderboards.rankBalances(EcoLeaderboards.java:298) ~[?:?]
        at com.gmail.mrphpfan.EcoLeaderboards.onEnable(EcoLeaderboards.java:51) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugin(CraftServer.java:361) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at org.bukkit.craftbukkit.v1_9_R1.CraftServer.enablePlugins(CraftServer.java:321) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at net.minecraft.server.v1_9_R1.MinecraftServer.t(MinecraftServer.java:411) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at net.minecraft.server.v1_9_R1.MinecraftServer.l(MinecraftServer.java:376) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at net.minecraft.server.v1_9_R1.MinecraftServer.a(MinecraftServer.java:331) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:269) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:527) [serverjar1.9.jar:git-Spigot-2038f4a-44216f1]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
    [13:36:24] [Server thread/INFO]: [SimpleRestart] Enabling SimpleRestart v1.3.4
    [13:36:24] [Server thread/INFO]: [SimpleRestart] permissions (PermissionsEx-Plugin) successfully loaded
    [13:36:24] [Server thread/INFO]: [SimpleRestart] plugin enabled
    [13:36:24] [Server thread/INFO]: [SimpleRestart] No automatic restarts scheduled!
    [13:36:24] [Server thread/INFO]: [ChatEx] Enabling ChatEx v1.4
    [13:36:24] [Server thread/INFO]: [ChatEx] Loading updater by TheJeterLP. Project id: 65863
    [13:36:24] [Server thread/INFO]: [ChatEx] Loading updater-config...
    [13:36:24] [Server thread/INFO]: [ChatEx] Done!
    [13:36:24] [Server thread/INFO]: [ChatEx] Updatechecker is enabled.
    [13:36:24] [Server thread/INFO]: [ChatEx] Successfully hooked into: PermissionsEx
    [13:36:24] [Server thread/INFO]: [ChatEx] Listener registered with Priority: LOWEST
    [13:36:24] [Server thread/INFO]: [ChatEx] is now enabled!
    [13:36:24] [Server thread/INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.9.8
    [13:36:24] [Server thread/INFO]: [ScoreboardStats] Registered replacers: [PlayerPingVariable, BukkitGlobalVariables, GeneralVariables, VaultVariables, BukkitVariables]
    [13:36:24] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.12
    [13:36:24] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
    [13:36:24] [Server thread/INFO]: [ChatTab] Enabling ChatTab v1.8
    [13:36:24] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
    [13:36:24] [Server thread/INFO]: Done (2.416s)! For help, type "help" or "?"
    [13:36:24] [Craft Scheduler Thread - 5/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
    [13:36:24] [Server thread/WARN]: [NoCheatPlus] The block breaking data is incomplete, default to allow instant breaking:
    --- Missing entries -------------------------------
    * MISSING 198(END_ROD)
    * MISSING 199(CHORUS_PLANT)
    * MISSING 200(CHORUS_FLOWER)
    * MISSING 201(PURPUR_BLOCK / SOLID+GROUND)
    * MISSING 202(PURPUR_PILLAR / SOLID+GROUND)
    * MISSING 203(PURPUR_STAIRS / SOLID+GROUND)
    * MISSING 204(PURPUR_DOUBLE_SLAB / SOLID+GROUND)
    * MISSING 205(PURPUR_SLAB / SOLID+GROUND)
    * MISSING 206(END_BRICKS / SOLID+GROUND)
    * MISSING 207(BEETROOT_BLOCK)
    * MISSING 208(GRASS_PATH / SOLID+GROUND)
    * MISSING 209(END_GATEWAY)
    * MISSING 210(COMMAND_REPEATING / SOLID+GROUND)
    * MISSING 211(COMMAND_CHAIN / SOLID+GROUND)
    * MISSING 212(FROSTED_ICE / SOLID+GROUND)
    * MISSING 255(STRUCTURE_BLOCK / SOLID+GROUND)
    [13:36:24] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
    [13:36:24] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
    [13:36:24] [Craft Scheduler Thread - 10/INFO]: [Vault] Checking for Updates ...
    [13:36:24] [Craft Scheduler Thread - 12/INFO]: [PlaceholderAPI] 5 placeholder injectors are available on the cloud.
    [13:36:24] [Craft Scheduler Thread - 12/INFO]: [PlaceholderAPI] 0 injectors you use have updates.
    [13:36:24] [Craft Scheduler Thread - 11/INFO]: [PlaceholderAPI] 55 placeholder expansions are available on the cloud.
    [13:36:24] [Craft Scheduler Thread - 11/INFO]: [PlaceholderAPI] 0 expansions you use have updates.
    [13:36:25] [Thread-12/INFO]: [CS-CoreLib - Updater] CS-CoreLib is up to date!
    [13:36:25] [Craft Scheduler Thread - 10/INFO]: [Vault] No new version available
    [13:36:27] [Server thread/INFO]: [ChatEx] There is no new version available. You are up-to-date!
    
    Thanks in advance
     
    Last edited by a moderator: Apr 2, 2016
  6. Offline

    CTRL

    So it seems to have compiled successfully. I'll look into this later
     
  7. Offline

    Nebuler

    @CTRL yeah thanks alot, FYI: the signs weren't recognised either ;)
     
  8. Offline

    CTRL

  9. Offline

    Nebuler

    @CTRL yeah, I'm still getting errors with other essentials versions, I have a feeling it's the plugin as I have one I made with the VaultAPI too and it's working with essentials. Said plugin doesn't include signs etc but economy nevertheless, if that works I can't see why your plugin wouldn't work with the same essentials version either. Thanks in advance.
     
  10. Offline

    CTRL

  11. Offline

    Nebuler

    @CTRL Which bukkit version are you using? I'm using: "This server is running CraftBukkit version git-Spigot-2038f4a-44216f1 (MC: 1.9) (Implementing API version 1.9-R0.1-SNAPSHOT)"
     
  12. Offline

    CTRL

    Latest, compiled when 1.9.2 Spigot has been released.
     
  13. Offline

    Nebuler

    @CTRL any ideas why this would not be working then? It seems strange to me as its fine on your server. This plugin doesn't have any dependencies apart from vault, right?
     
  14. Offline

    CTRL

    Correct. I'll send you my essentials later
     
  15. Offline

    Nebuler

    @CTRL could you send me your essentials then please?
     
  16. Offline

    CTRL

    I sent it to you yesterday.
     
Thread Status:
Not open for further replies.

Share This Page