Má někdo zkušenosti stímhle pluginem http://dev.bukkit.org/bukkit-plugins/autorank/
Potreboval bych pomoct z nastavenim neco sem nastavil ale nějak nefunguje
Advance Config:
Spoiler: zobrazit
Kód: Vybrat vše
#############################################################################
# #
# Autorank 2 Advanced Config #
# #
# Please use the SimpleConfig unless you know what you are doing and #
# need functionality that the SimpleConfig doesn't provide. #
# #
#############################################################################
ranks:
Novacek:
requirements:
time:
value: 1m
results:
rank change: Novacek;Hrac
command: ''
message: 'Gratuluju k posupu na Hrace.'
Hrac:
requirements:
time:
value: 20h
results:
rank change: Hrac;ZkusenyHrac
command: ''
message: 'Gratuluju k posupu na Zkuseneho Hrace.'
Member:
requirements:
time:
value: 5d
exp:
value: 10
world:
value: world_nether
gamemode:
value: 0
has item:
value: 50
has item2:
value: 40
mobs killed:
value: 10;pig
mobs killed2:
value: 10;spider
results:
rank change: Member;Vip
command: 'say &p has just been promoted to VIP!; give &p 1 100; tell &p You have just earned 100 stone!'
message: 'Congratulations, you are now a vip.'
# new requirements and results can be added by other plugins that hook into the Autorank API
# these are the ones that are included in the main plugin:
#
# requirements:
# time: 1d 1h 1m
# exp: 20 (level)
# money: 2000 (requires vault ! Player has to have at least this amount of money)
# world: world_nether (player has to be in this world to get ranked)
# gamemode: 1 (player has to have a certain gamemode, 0 = Survival mode, 1 = Creative mode, 2 = Adventure mode)
# has item: id(;amount;data) (checks the players inventory for the item)
# blocks broken: id(;amount;data) (a player has to have broken x amount blocks of item id and data) (Requires Stats) (when no data or amount is given, it will check total blocks)
# Example: break 10 magenta wool would be: 'blocks broken: 35;10;2' 35 = itemid, 10 = amount, 2 = damagevalue
# blocks placed: id(;amount;data) (a player has to have placed x amount blocks of item id and data) (Requires Stats) (when no data or amount is given, it will check total blocks)
# votes: 10 (player has to have voted at least 10 times) (Requires Stats and Votifier)
# damage taken: 10 (player has to have taken 10 damage) (damage is not counted in hearts) (Requires Stats)
# mobs killed: 5;spider (player has to have killed 5 spiders) (if no entity is specified, then any kill counts) (Requires Stats) (for a list of entities: http://jd.bukkit.org/rb/apidocs/org/bukkit/entity/EntityType.html)
# location: x;y;z;world;radius (player has to be in a location or within its radius)
# faction power: 10 (Amount of power a faction has to have) (Requires Factions)
# players killed: 10 (Player has to kill at least 10 players) (Requires Stats)
# global time: 10d 1h 5m (Player has to be online for at least 10 days, 1 hour and 5 mins) (Global time is the accumulated time over all servers you have connected the MySQL database with)
# total time: 50d 1h (Player has to be with this server for at least 50 days and 1 hour) (The time from when the player joined for the first time is the reference point. This means that when a player has joined 3 weeks ago, his 'total time' = 3 weeks)
# blocks moved: 1000;0 (Player has to move at least an x amount of blocks. Second argument is what kind of movement: 0=walk, 1=boat, 2=train, 3=pig, 4=pig in train, 5=horse) (Need Stats for this)
# worldguard region: TestRegion (Player has to be in a certain WorldGuard region) (requires WorldGuard)
# mcmmo skill level: 100;mining (Player has to have at least level 100 in mining) (requires McMMO)
# mcmmo power level: 100 (Player has to have at least power level 100) (requires McMMO)
# permission: i.need.a.permission (Player has to have this permission)
#
# results:
# rank change: new-rank
# rank change: old-rank; new-rank
# rank change: old-rank; new-rank; world (only works for permissions plugins that support this)
# message: 'You got ranked up'
# command: 'say &p hi; give &p 1 100'(executes a console command. &p will be replaced by the player name) You can perform more commands with the ';' sign.
# effect: STEP_SOUND;8 (first argument is the effect name, second is the effect data. For a list of possible effects go to http://jd.bukkit.org/rb/doxygen/d8/db9/enumorg_1_1bukkit_1_1Effect.html)
# tp: x;y;z;world;yaw;pitch (tp: 0;0;0;world_nether;1.0;2.0)
Settings:
Spoiler: zobrazit
Kód: Vybrat vše
#############################################################################
# #
# Autorank 2 Settings #
# #
# This config is used to configure Autorank. The other configs provide #
# a way to configure the rank system. This config is for configuring the #
# the options Autorank has to offer you #
# #
#############################################################################
use advanced config: false
# If this is false, the SimpleConfig will be used for ranking.
afk integration: true
# If a compatible AFK plugin is found Autorank will not count online time for AFK players
# This option is always on when using the SimpleConfig
# Currently supports: Essentials and RoyalCommands
# Autorank automatically chooses what plugin to use for AFK integration.
use partial completion: true
# When this is true, players can use /ar complete # to complete a requirement at any moment they like.
# When this is false, players will only be able to /ar check and check for all requirements at one time. They would need to have all requirements at that moment.
interval check: 5
# This is the interval between checks of Autorank (in minutes).
# Lowering this number will increase accuracy but will also increase server lag.
use time of: Autorank
# You can specify what time plugin Autorank will use to calculate the time that a player has played.
# This only changes the local time.
# A list to choose from:
# 1. Autorank
# 2. Stats
# 3. OnTime
# If no valid time plugin was found, it defaults to Autorank
leaderboard layout: '&6&r | &b&p - &7&d day(s), &h hour(s) and &m minute(s).'
leaderboard length: 5
# changes the appearance of the /ar leaderboard command
# &r : Ranking in the leaderboard
# &p : Player name
# &m : Minutes (with full days and full hours not counted)
# &h : Hours (with full days not counted)
# &d : Days
# &tm : Total amount of minutes
# &th : Total amount of hours
check command layout: '&p has played for &time and is in &groups. Requirements to be ranked up: &reqs'
# Changes the layout of the /ar check command.
# &p : Player name
# &time : time in hours, minutes and seconds
# &groups : Groups the player is in. Most of the time this is only one group.
# &reqs : a list of all requirements
sql:
enabled: false
hostname: localhost:3306
username: root
password: ''
database: minecraft
table: autorank
# All these options are for configuring your MySQL database with Autorank.
# Hostname has to include a port, but doesn't have to be port 3306.
auto-updater:
check-for-new-versions: true
# When check-for-new-versions is true, Autorank will tell you when a new version is available.
auto-download: false
# When auto-download is true, Autorank will automatically download the most recent version
advanced dependency output: false
# If this is true, Autorank will tell you in the console what dependencies were found and which ones weren't found.
# Turn this off to remove the console spam from Autorank about dependencies.
# This feature can be useful when Autorank can't find your dependency, but you have it installed.
SimpleConfig :
Spoiler: zobrazit
Kód: Vybrat vše
#############################################################################
# #
# Autorank 2 Simple Config #
# #
#############################################################################
# The format for rank changes is
# rank1: rank2 after 1d 1h 1m
# where rank1 is the player's current rank
# and rank2 is the rank the player will get after the set time
# 1d = 1 day
# 1h = 1 hour
# 1m = 1 minute
Novacek: Gratulujeme Dosahl si hodnosti Hrac
Log pri startu:
Spoiler: zobrazit
Kód: Vybrat vše
[FakaHeda] Successfully authorized 178.72.254.6!
> [10:11:49 INFO]: [Chairs] Allowed block: QUARTZ_STAIRS => 0.7
> [10:11:49 INFO]: [Chairs] Allowed block: ACACIA_STAIRS => 0.7
> [10:11:49 INFO]: [Chairs] Allowed block: DARK_OAK_STAIRS => 0.7
> [10:11:49 INFO]: [iConomy] Enabling iConomy v7.0
> [10:11:49 INFO]: [iConomy - April Fools] Enabled (171 ms)
> [10:11:49 INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
> [10:11:49 INFO]: [Vault][Economy] iConomy 7 hooked.
> [10:11:49 INFO]: [iConomy - April Fools] Purged accounts with default balance.
> [10:11:49 INFO]: [HawkEye] Enabling HawkEye v1.6.2
> [10:11:49 INFO]: [HawkEye] Starting HawkEye 1.6.2 initiation process...
> [10:11:49 INFO]: [HawkEye] Searching for updates..
> [10:11:49 INFO]: [HawkEye] Version 1.6.2 enabled!
> [10:11:49 INFO]: [IcePvPControl] Enabling IcePvPControl v3.0.2
> [10:11:49 INFO]: [IcePvPControl] Enabled worlds: CZ-SK-CRAFT, CZ-SK-CRAFT_nether, CZ-SK-CRAFT_the_end, EventSvet
> [10:11:49 INFO]: [WorldGuard] 0 regions loaded for 'CZ-SK-CRAFT'
> [10:11:49 INFO]: [WorldGuard] 0 regions loaded for 'CZ-SK-CRAFT_nether'
> [10:11:49 INFO]: [WorldGuard] 0 regions loaded for 'CZ-SK-CRAFT_the_end'
> [10:11:49 INFO]: [WorldGuard] 0 regions loaded for 'EventSvet'
> [10:11:49 INFO]: [IcePvPControl] Hooked into WorldGuard successfully.
> [10:11:49 INFO]: [IcePvPControl] Hooked into permission system successfully.
> [10:11:49 INFO]: [IcePvPControl] v3.0.2 enabled. Startup took 23ms.
> [10:11:49 INFO]: [HolographicDisplays] Enabling HolographicDisplays v1.6
> [10:11:50 INFO]: [RandomTP] Enabling RandomTP v3.1.0
> [10:11:50 INFO]: [RandomTP] Auto-Updater disabled! If you would like to have RandomTP Update itself please set Enable to true!
> [10:11:50 INFO]: [RandomTP] RandomTP has been enabled!
> [10:11:50 INFO]: [SimpleReserve] Enabling SimpleReserve v0.6.0
> [10:11:50 INFO]: [SimpleReserve] SimpleReserve version 0.6.0 enabled!
> [10:11:50 INFO]: [Essentials] Enabling Essentials v2.13.1
> [10:11:50 WARN]: §4Version mismatch! Please update EssentialsChat to the same version.
> [10:11:50 INFO]: Using locale cs
> [10:11:50 INFO]: [HawkEye] No updates found!
> [10:11:50 INFO]: Using locale cs
> [10:11:50 INFO]: [Vault][Economy] Essentials Economy hooked.
> [10:11:50 INFO]: Essentials: Using PermissionsEx based permissions.
> [10:11:50 INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.31-b411)
> [10:11:50 INFO]: [Jobs] Enabling Jobs v2.11.4
> [10:11:50 WARN]: [Jobs] Invalid storage method! Defaulting to sqlite!
> [10:11:50 INFO]: [Jobs] Started database save task
> [10:11:50 INFO]: [Jobs] Started buffered payment thread
> [10:11:50 INFO]: [Jobs] Plugin has been enabled succesfully.
> [10:11:50 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
> [10:11:50 INFO]: [CreativeGates] Enabling CreativeGates v2.4.0
> [10:11:50 INFO]: [CreativeGates 2.4.0] === ENABLE START ===
> [10:11:50 INFO]: [CreativeGates 2.4.0] === ENABLE COMPLETE (Took 23ms) ===
> [10:11:50 INFO]: [Ultrabans] Enabling Ultrabans v3.1.0
> [10:11:51 INFO]: [Ultrabans] No Updates found on dev.bukkit.org.
> [10:11:51 INFO]: [Ultrabans] Loaded. 0 secs.
> [10:11:51 INFO]: [Autorank] Enabling Autorank v3.1.1
> [10:11:51 INFO]: [Autorank] Simple config file loaded
> [10:11:51 INFO]: [Autorank] Advanced config file loaded
> [10:11:51 INFO]: [Autorank] Settings config file loaded
> [10:11:51 INFO]: [Autorank] Starting to convert playerdata.yml
> [10:11:51 INFO]: [Autorank] Playerdata file loaded. Keeping track of player progress!
> [10:11:51 INFO]: [Autorank] Factions has not been found!
> [10:11:51 INFO]: [Autorank] Stats has not been found!
> [10:11:51 INFO]: [Autorank] RoyalCommands has not been found!
> [10:11:51 INFO]: [Autorank] mcMMO has not been found!
> [10:11:51 INFO]: [Autorank] WorldGuard has been found and can be used!
> [10:11:51 INFO]: [Autorank] OnTime has not been found!
> [10:11:51 INFO]: [Autorank] Essentials has been found and can be used!
> [10:11:51 INFO]: [Autorank] Vault has been found and can be used!
> [10:11:51 INFO]: [Autorank] No stats plugin found! Most requirements cannot be used!
> [10:11:51 INFO]: [Autorank] Interval check every 5 minutes.
> [10:11:51 INFO]: [Autorank] Data file loaded
> [10:11:51 ERROR]: Error occurred while enabling Autorank v3.1.1 (Is it up to date?)
java.lang.ArrayIndexOutOfBoundsException: 1
at me.armar.plugins.autorank.playerchecker.builders.RankChangeBuilder.createFromSimpleConfig(RankChangeBuilder.java:55) ~[?:?]
at me.armar.plugins.autorank.playerchecker.PlayerChecker.initialiseFromConfigs(PlayerChecker.java:46) ~[?:?]
at me.armar.plugins.autorank.Autorank.onEnable(Autorank.java:203) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:389) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:439) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:375) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
> [10:11:51 INFO]: [EssentialsChat] Enabling EssentialsChat v2.12.2
> [10:11:51 WARN]: Chyba verzi! Prosim, updatuj vsechny Essentials .jar na stejnou verzi.
> [10:11:51 INFO]: [Residence] Enabling Residence v2.6.6.6
> [10:11:51 INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
> [10:11:51 INFO]: [Residence] Scanning for economy systems...
> [10:11:51 INFO]: [Residence] Found Vault using economy system: iConomy 7
> [10:11:51 INFO]: [Residence] Found WorldEdit
> [10:11:51 INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
> [10:11:51 INFO]: [ChestShop] Enabling ChestShop v3.7.9
> [10:11:51 INFO]: [ChestShop] LWC version 4.4.0 (b881) (July 11, 2013) loaded.
> [10:11:51 INFO]: [ChestShop] Residence version 2.6.6.6 loaded.
> [10:11:51 INFO]: [ChestShop] Vault loaded! Found an economy plugin!
> [10:11:52 INFO]: [AuthMe] Enabling AuthMe v3.3.6
> [10:11:52 INFO]: [AuthMe] Loading Configuration File...
> [10:11:52 INFO]: [AuthMe] Set Language: cz
> [10:11:52 INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
> [10:11:52 INFO]: [AuthMe] Hook with Essentials plugin
> [10:11:52 INFO]: [AuthMe] Hook with EssentialsSpawn plugin
> [10:11:52 INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
> [10:11:52 INFO]: [AuthMe] Authme 3.3.6 enabled
> [10:11:52 INFO]: Server permissions file permissions.yml is empty, ignoring it
> [10:11:52 INFO]: Done (5.820s)! For help, type "help" or "?"
> [10:11:52 INFO]: Starting GS4 status listener
> [10:11:52 INFO]: Starting remote control listener
> [10:11:52 INFO]: Query running on 93.91.250.145:27164
> [10:11:52 WARN]: No rcon password set in '/hlserver/27164/server.properties', rcon disabled!
> [10:11:52 INFO]: [Jobs] [Jobs] Successfully linked with Vault.
> [10:11:52 INFO]: [HolographicDisplays] Found a new version available: v1.8.3
> [10:11:52 INFO]: [HolographicDisplays] Download it on Bukkit Dev:
> [10:11:52 INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
> [10:11:52 INFO]: [Autorank] Converted playerdata.yml to UUID format
> [10:11:52 WARN]: [Autorank] Starting converting data.yml
> [10:11:52 WARN]: [Autorank] Conversion will take approx. 5 seconds.( guess for your data.yml)
> [10:11:52 INFO]: [Autorank] Converted data.yml to UUID format
> [10:11:52 INFO]: [Vault] Checking for Updates:
> [10:11:52 WARN]: [Vault] Stable Version: 1.4.1 is out! You are still running version: 1.2.31
> [10:11:52 WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
> [10:11:53 WARN]: Unexpected token END OF FILE at position 0.
> [10:11:53 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:53 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:53 WARN]: at me.armar.plugins.autorank.util.uuid.NameFetcher.call(NameFetcher.java:43)
> [10:11:53 WARN]: at me.armar.plugins.autorank.util.uuid.UUIDManager$2.run(UUIDManager.java:222)
> [10:11:53 WARN]: at java.lang.Thread.run(Thread.java:744)
> [10:11:53 WARN]: Unexpected token END OF FILE at position 0.
> [10:11:53 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:53 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:53 WARN]: at me.armar.plugins.autorank.util.uuid.NameFetcher.call(NameFetcher.java:43)
> [10:11:53 WARN]: at me.armar.plugins.autorank.util.uuid.UUIDManager$2.run(UUIDManager.java:222)
> [10:11:53 WARN]: at java.lang.Thread.run(Thread.java:744)
> [10:11:53 WARN]: Unexpected token END OF FILE at position 0.
> [10:11:53 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:53 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:53 WARN]: at me.armar.plugins.autorank.util.uuid.NameFetcher.call(NameFetcher.java:43)
> [10:11:53 WARN]: at me.armar.plugins.autorank.util.uuid.UUIDManager$2.run(UUIDManager.java:222)
> [10:11:53 WARN]: at java.lang.Thread.run(Thread.java:744)
> [10:11:53 WARN]: Unexpected token END OF FILE at position 0.
> [10:11:53 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:53 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:53 WARN]: at me.armar.plugins.autorank.util.uuid.NameFetcher.call(NameFetcher.java:43)
> [10:11:53 WARN]: at me.armar.plugins.autorank.util.uuid.UUIDManager$2.run(UUIDManager.java:222)
> [10:11:53 WARN]: at java.lang.Thread.run(Thread.java:744)
> [10:11:54 WARN]: Unexpected token END OF FILE at position 0.
> [10:11:54 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:54 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:54 WARN]: at me.armar.plugins.autorank.util.uuid.NameFetcher.call(NameFetcher.java:43)
> [10:11:54 WARN]: at me.armar.plugins.autorank.util.uuid.UUIDManager$2.run(UUIDManager.java:222)
> [10:11:54 WARN]: at java.lang.Thread.run(Thread.java:744)
> [10:11:54 WARN]: Unexpected token END OF FILE at position 0.
> [10:11:54 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:54 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:54 WARN]: at me.armar.plugins.autorank.util.uuid.NameFetcher.call(NameFetcher.java:43)
> [10:11:54 WARN]: at me.armar.plugins.autorank.util.uuid.UUIDManager$2.run(UUIDManager.java:222)
> [10:11:54 WARN]: at java.lang.Thread.run(Thread.java:744)
> [10:11:54 WARN]: Unexpected token END OF FILE at position 0.
> [10:11:54 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:54 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:54 WARN]: at me.armar.plugins.autorank.util.uuid.NameFetcher.call(NameFetcher.java:43)
> [10:11:54 WARN]: at me.armar.plugins.autorank.util.uuid.UUIDManager$2.run(UUIDManager.java:222)
> [10:11:54 WARN]: at java.lang.Thread.run(Thread.java:744)
> [10:11:54 WARN]: Unexpected token END OF FILE at position 0.
> [10:11:54 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:54 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:54 WARN]: at me.armar.plugins.autorank.util.uuid.NameFetcher.call(NameFetcher.java:43)
> [10:11:54 WARN]: at me.armar.plugins.autorank.util.uuid.UUIDManager$2.run(UUIDManager.java:222)
> [10:11:54 WARN]: at java.lang.Thread.run(Thread.java:744)
> [10:11:54 WARN]: Unexpected token END OF FILE at position 0.
> [10:11:54 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:54 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:54 WARN]: at me.armar.plugins.autorank.util.uuid.NameFetcher.call(NameFetcher.java:43)
> [10:11:54 WARN]: at me.armar.plugins.autorank.util.uuid.UUIDManager$2.run(UUIDManager.java:222)
> [10:11:54 WARN]: at java.lang.Thread.run(Thread.java:744)
> [10:11:54 WARN]: Unexpected token END OF FILE at position 0.
> [10:11:54 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:54 WARN]: at org.json.simple.parser.JSONParser.parse(Unknown Source)
> [10:11:54 WARN]: at me.armar.plugins.autorank.util.uuid.NameFetcher.call(NameFetcher.java:43)
> [10:11:54 WARN]: at me.armar.plugins.autorank.util.uuid.UUIDManager$2.run(UUIDManager.java:222)
> [10:11:54 WARN]: at java.lang.Thread.run(Thread.java:744)