Configuration Build Impossible (groupmanager)

Kenda

Architecte en herbe
16 Juillet 2016
292
1
2
125
32
www.youtube.com
Bonjour à tous,


aujourd'hui j'ai un nouveau problème ! Aucune personne ne peut build sur le serveur (sauf les op) alors que j'ai mis la permissions essentials.build;* . AIDEZ MOI !


groups.yml

Code:
# Group inheritance
#
# Any inherited groups prefixed with a g: are global groups
# and are inherited from the GlobalGroups.yml.
#
# Groups without the g: prefix are groups local to this world
# and are defined in the this groups.yml file.
#
# Local group inheritances define your promotion tree when using 'manpromote/mandemote'

groups:
  Admin:
    default: false
    permissions:
    -
    inheritance:
    - Légendaire
    info:
      prefix: '&1[&cAdministrateur&1]&f'
      build: true
      suffix: ''
  Modérateur:
    default: false
    permissions:
    - essentials.ban
    - essentials.fly
    - essentials.gamemode
    - essentials.god
    - essentials.mute
    - essentials.tempban
    - essentials.unban
    - essentials.vanish
    - factions.admin
    inheritance:
    - modotest
    info:
      prefix: '&1[Modérateur]&f'
      build: true
      suffix: ''
  VIP:
    default: false
    permissions: []
    inheritance:
    - joueur
    info:
      prefix: '&b[VIP]'
      build: true
      suffix: ''
  Légendaire:
    default: false
    permissions: []
    inheritance:
    - vip
    info:
      prefix: ''
      build: true
      suffix: ''
  Fondateur:
    default: false
    permissions:
    - '*'
    inheritance:
    - modérateur
    info:
      prefix: '&4[&cFondateur&4]&f'
      build: true
      suffix: '&4[&cStaff&4]'
  list:
    default: false
    permissions: []
    inheritance: []
    info:
      prefix: ''
      build: true
      suffix: ''
  Joueur:
    default: true
    permissions:
    - authme.changepassword
    - authme.login
    - authme.register
    - essentials.build.*
    - essentials.heal
    - essentials.help
    - essentials.rules
    - essentials.spawn
    - essentials.tpa
    - essentials.tpaccept
    - factions.create
    - factions.demote
    - factions.home
    - factions.invite
    - factions.join
    - factions.kick
    - factions.leader
    - factions.leave
    - factions.officer
    - factions.player
    - factions.promote
    - factions.sethome
    - factions.claim
    - lobbycompass.get
    - lobbycompass.use
    - mv.bypass.gamemode.*
    - multiverse.teleport.*
    - randomteleport.use
    - randomteleport.tpothers
    - randomteleport.sign.use
    - randomteleport.presets.default
    - essentials.warp
    - randomteleport.sign.create
    - RandomTP.wild
    - randomteleport.use
    - randomteleport.sign.preset.default
    - kits.tools
    - signs.use
    inheritance: []
    info:
      prefix: '&e[Joueur]&f'
      build: true
      suffix: ''
  Buildeur:
    default: false
    permissions:
    - essentials.build.*
    - essentials.gamemode
    - essentials.gamemode.creative
    - essentials.gamemode.survival
    - essentials.time
    - essentials.time.set
    - factions.admin
    - factions.admin.on
    inheritance:
    - vip
    info:
      prefix: '&2[Buildeur]&f '
      build: true
      suffix: ''
  ParDefault:
    default: false
    permissions: []
    inheritance: []
    info:
      prefix: '&e'
      build: false
      suffix: ''
  ModoTest:
    default: false
    permissions:
    - essentials.fly
    - essentials.gamemode
    - essentials.gamemode.creative
    - essentials.gamemode.survival
    - essentials.mute
    - essentials.tempban
    - essentials.tp
    - essentials.tpa
    - essentials.unban
    - essentials.vanish
    inheritance:
    - buildeur
    info:
      prefix: '&b[ModoTest]'
      build: true
      suffix: ''
  Youtubeur:
    default: false
    permissions:
    - essentials.fly
    - essentials.tpa
    - essentials.vanish
    inheritance:
    - Légendaire
    info:
      prefix: '&6[Youtubeur]'
      build: true
      suffix: ''

et le config.yml

Code:
settings:
  config:
    # With this enabled anyone set as op has full permissions when managing GroupManager
    # The user will be able to promote players to the same group or even above.
    opOverrides: true
  
    # Default setting for 'mantogglevalidate'
    # true will cause GroupManager to attempt name matching by default.
    validate_toggle: true
    # ************************************************************************************************************************************************************
    # *** NOTE: Having this feature enabled can allow improper use of Command Blocks which may lead to undesireable permission changes. You have been warned! ***
    # ************************************************************************************************************************************************************
    allow_commandblocks: true
  
  data:
    save:
      # How often GroupManager will save it's data back to groups.yml and users.yml
      minutes: 10
      # Number of hours to retain backups (plugins/GroupManager/backup)
      hours: 24
    
  logging:
    # Level of detail GroupManager will use when logging.
    # Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
    level: INFO
  
  mirrors:
        # Worlds listed here have their settings mirrored in their children.
        # The first element 'world' is the main worlds name, and is the parent world.
        # subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
        # the same user/groups files as the parent.
        # the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
        # Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
        world:
          world_nether:
          - users
          - groups
          world_the_end:
          - users
          - groups
        Faction:
          faction:
          - groups
          faction_nether:
          - users
          - groups
          faction_ender:
          - users
          - groups
    #  world2:      (World2 would have it's own set of user and groups files)
    #    world3:
    #    - users    (World3 would use the users.yml from world2, but it's own groups.yml)
    #    world4:
    #    - groups   (World4 would use the groups.yml from world2, but it's own users.yml)
    #  world5:
    #    - world6   (this would cause world6 to mirror both files from world5)


Pouratn j'ai regardez par mal de tuto mais sa bug encore et encore ! :diable:

:svp: Help me !

PS : j'veux crée un serveur PvP/Faction
 

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 531
24
2 247
347
28
Bruxelles - Belgique
www.phoenix-rebirth.fr

Kenda

Architecte en herbe
16 Juillet 2016
292
1
2
125
32
www.youtube.com
j'ai corrigé de problème de l'inéritance "- "

mes logs :

Code:
[16:52:24] [Server thread/INFO]: Starting minecraft server version 1.9
[16:52:24] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[16:52:24] [Server thread/INFO]: Loading properties
[16:52:24] [Server thread/INFO]: Default game type: SURVIVAL
[16:52:24] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-104c8c8-00d3334 (MC: 1.9) (Implementing API version 1.9-R0.1-SNAPSHOT)
[16:52:24] [Server thread/INFO]: Server Ping Player Sample Count: 12
[16:52:24] [Server thread/INFO]: Using 4 threads for Netty based IO
[16:52:24] [Server thread/INFO]: Debug logging is disabled
[16:52:24] [Server thread/INFO]: Generating keypair
[16:52:24] [Server thread/INFO]: Starting Minecraft server on *:13278
[16:52:24] [Server thread/INFO]: Using epoll channel type
[16:52:25] [Server thread/WARN]: Plugin `X_Reporter v1.0' uses the space-character (0x20) in its name `X Reporter' - this is discouraged
[16:52:25] [Server thread/ERROR]: Ambiguous plugin name `Multiverse-Core' for files `plugins/Multiverse-Core-2.5-b717 (2).jar' and `plugins/Multiverse-Core-2.5.jar' in `plugins'
[16:52:25] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[16:52:25] [Server thread/ERROR]: Could not load 'plugins/Xray_Informer.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: LogBlock
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugins(CraftServer.java:296) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:201) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:527) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
[16:52:25] [Server thread/ERROR]: Could not load 'plugins/MultiChat 1.3.4.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/olivermartin410/plugins/SpigotComm : Unsupported major.minor version 52.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugins(CraftServer.java:296) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:201) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:527) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
Caused by: java.lang.UnsupportedClassVersionError: com/olivermartin410/plugins/SpigotComm : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
    at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    ... 6 more
[16:52:25] [Server thread/ERROR]: Could not load 'plugins/ChatPerWorld.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: io/github/gronnmann/chatperworld/Main : Unsupported major.minor version 52.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugins(CraftServer.java:296) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:201) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:527) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
Caused by: java.lang.UnsupportedClassVersionError: io/github/gronnmann/chatperworld/Main : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
    at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    ... 6 more
[16:52:25] [Server thread/INFO]: [FoundBoxx] Loading FoundBoxx v1.7.8
[16:52:25] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.1-b332
[16:52:25] [Server thread/INFO]: [SimpleFreeze] Loading SimpleFreeze v2.4.1
[16:52:25] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.2;b3fbe8b
[16:52:25] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.15.0-SNAPSHOT-sMD5NET-b1022
[16:52:25] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
[16:52:25] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
[16:52:25] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.9
[16:52:25] [Server thread/INFO]: [X_Reporter] Loading X_Reporter v1.0
[16:52:25] [Server thread/INFO]: [OldPvP] Loading OldPvP v1.9
[16:52:25] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.8.21
[16:52:25] [Server thread/INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
[16:52:25] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v12.9.4
[16:52:25] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[16:52:25] [Server thread/INFO]: [Troy's PlayerHeads] Loading PlayerHeads v1.3
[16:52:25] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b717
[16:52:25] [Server thread/INFO]: [StaffPlus] Loading StaffPlus v3.2.1
[16:52:25] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.0.1
[16:52:25] [Server thread/INFO]: [ViaVersion] ViaVersion 1.0.1 is now loaded, injecting!
[16:52:25] [Server thread/INFO]: [LobbyCompass] Loading LobbyCompass v2.3
[16:52:25] [Server thread/INFO]: [SignColors] Loading SignColors v0.7
[16:52:25] [Server thread/INFO]: [SpigotBoard] Loading SpigotBoard v1.0.7
[16:52:25] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v1.1
[16:52:25] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.13.1
[16:52:25] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.3
[16:52:25] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2
[16:52:25] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b370
[16:52:25] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.0.1-b439
[16:52:25] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5.0-SNAPSHOT-b746
[16:52:25] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b410
[16:52:25] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v5.5.0
[16:52:25] [Server thread/INFO]: [CreativeGates] Loading CreativeGates v2.8.21
[16:52:25] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.2-BETA3-b1134
[16:52:25] [Server thread/INFO]: [TitleManager] Loading TitleManager v1.5.12
[16:52:25] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b451
[16:52:25] [Server thread/INFO]: [Factions] Loading Factions v2.8.21
[16:52:25] [Server thread/INFO]: [RandomTeleport] Loading RandomTeleport v1.7.4 (build #20)
[16:52:25] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.8.21
[16:52:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m=== ENABLE START ===[m
[16:52:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mLoading Cachefile datas...[m
[16:52:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mLoading Onlineplayer datas...[m
[16:52:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mLoading Registry datas...[m
[16:52:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mSaving Cachefile...[m
[16:52:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mSetup of IdUtil took [0;35;1m36[0;33;1mms.[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsBasics[0;33;1m set to [0;35;1mMinecraft 1.7.10+ [1_7_R4+][m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsBoard[0;33;1m set to [0;35;1mMinecraft 1.9.0+ [1_9_R1+][m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsChat[0;33;1m set to [0;35;1mMinecraft 1.8.3+ [1_8_R2+][m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsEntityDamageEvent[0;33;1m set to [0;35;1mMinecraft 1.7.10+ [1_7_R4+][m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsEntityGet[0;33;1m set to [0;35;1mMinecraft 1.8.0+ [1_8_R1+][m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsItemStackCreate[0;33;1m set to [0;35;1mMinecraft 1.7.10+ [1_7_R4+][m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsItemStackTooltip[0;33;1m set to [0;35;1mMinecraft 1.8.0+ [1_8_R1+][m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsPermissions[0;33;1m set to [0;35;1mMinecraft 1.7.10+ [1_7_R4+][m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsPlayerInventoryCreate[0;33;1m set to [0;35;1mMinecraft 1.7.10+ [1_7_R4+][m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mNmsSkullMeta[0;33;1m set to [0;35;1mMinecraft 1.8.0+ [1_8_R1+][m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinEvent[0;33;1m set to [0;35;1mDefault[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinActionbar[0;33;1m set to [0;35;1mDefault[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinActual[0;33;1m set to [0;35;1mDefault[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinCommand[0;33;1m set to [0;35;1mDefault[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinDisplayName[0;33;1m set to [0;35;1mDefault[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinGamemode[0;33;1m set to [0;35;1mDefault[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinInventory[0;33;1m set to [0;35;1mDefault[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinKick[0;33;1m set to [0;35;1mDefault[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinMessage[0;33;1m set to [0;35;1mDefault[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinModification[0;33;1m set to [0;35;1mDefault[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinPlayed[0;33;1m set to [0;35;1mDefault[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinSenderPs[0;33;1m set to [0;35;1mDefault[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinTeleport[0;33;1m set to [0;35;1mDefault[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinTitle[0;33;1m set to [0;35;1mDefault[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinVisibility[0;33;1m set to [0;35;1mDefault[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinWorld[0;33;1m set to [0;35;1mDefault[m
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m517ms[0;33;1m) ===[m
[16:52:26] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v12.9.4
[16:52:26] [Server thread/INFO]: [0;32;1mDetected Minecraft [0;33;1mv1_9_R1[0;32;1m, using [0;33;1mUniversalSkinFactory[m
[16:52:26] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[16:52:26] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[16:52:26] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[16:52:26] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[16:52:26] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[16:52:26] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[16:52:26] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;32;1mIntegration Activated [0;35;1mIntegrationVault[m
[16:52:26] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[16:52:26] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[16:52:26] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[16:52:26] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[16:52:26] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[16:52:26] [Server thread/INFO]: Preparing level "world"
[16:52:26] [Server thread/INFO]: -------- World Settings For [world] --------
[16:52:26] [Server thread/INFO]: Mob Spawn Range: 4
[16:52:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[16:52:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:52:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:52:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:52:26] [Server thread/INFO]: Random Lighting Updates: false
[16:52:26] [Server thread/INFO]: Structure Info Saving: true
[16:52:26] [Server thread/INFO]: Max Entity Collisions: 8
[16:52:26] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:52:26] [Server thread/INFO]: Max TNT Explosions: 100
[16:52:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:52:26] [Server thread/INFO]: Item Despawn Rate: 6000
[16:52:26] [Server thread/INFO]: Item Merge Radius: 2.5
[16:52:26] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:52:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:52:26] [Server thread/INFO]: View Distance: 10
[16:52:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:52:26] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:52:26] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[16:52:26] [Server thread/INFO]: Mob Spawn Range: 4
[16:52:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[16:52:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:52:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:52:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:52:26] [Server thread/INFO]: Random Lighting Updates: false
[16:52:26] [Server thread/INFO]: Structure Info Saving: true
[16:52:26] [Server thread/INFO]: Max Entity Collisions: 8
[16:52:26] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:52:26] [Server thread/INFO]: Max TNT Explosions: 100
[16:52:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:52:26] [Server thread/INFO]: Item Despawn Rate: 6000
[16:52:26] [Server thread/INFO]: Item Merge Radius: 2.5
[16:52:26] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:52:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:52:26] [Server thread/INFO]: View Distance: 10
[16:52:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:52:26] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:52:26] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[16:52:26] [Server thread/INFO]: Mob Spawn Range: 4
[16:52:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[16:52:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:52:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:52:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:52:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:52:26] [Server thread/INFO]: Random Lighting Updates: false
[16:52:26] [Server thread/INFO]: Structure Info Saving: true
[16:52:26] [Server thread/INFO]: Max Entity Collisions: 8
[16:52:26] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:52:26] [Server thread/INFO]: Max TNT Explosions: 100
[16:52:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:52:26] [Server thread/INFO]: Item Despawn Rate: 6000
[16:52:26] [Server thread/INFO]: Item Merge Radius: 2.5
[16:52:26] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:52:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:52:26] [Server thread/INFO]: View Distance: 10
[16:52:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:52:26] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:52:26] [Server thread/INFO]: Preparing start region for level 0 (Seed: 4340130682547807717)
[16:52:27] [Server thread/INFO]: Preparing start region for level 1 (Seed: 8862158593446566163)
[16:52:27] [Server thread/INFO]: Preparing start region for level 2 (Seed: 8862158593446566163)
[16:52:27] [Server thread/INFO]: [FoundBoxx] Enabling FoundBoxx v1.7.8
[16:52:28] [Server thread/INFO]: [FoundBoxx] No custom permission plugins found, using original permissions.
[16:52:28] [Server thread/INFO]: [FoundBoxx v1.7.8] Enabled.
[16:52:28] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.1-b332
[16:52:28] [Thread-19/WARN]: Exception in thread "Thread-19"
[16:52:28] [Thread-19/WARN]: java.lang.RuntimeException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
Message: Premature end of file.
[16:52:28] [Thread-19/WARN]:     at me.Jaryl.PLUpdater.RSSReader.RSSFeedParser.readFeed(RSSFeedParser.java:128)
[16:52:28] [Thread-19/WARN]:     at me.Jaryl.PLUpdater.Updater.run(Updater.java:40)
[16:52:28] [Thread-19/WARN]: Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
Message: Premature end of file.
[16:52:28] [Thread-19/WARN]:     at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:593)
[16:52:28] [Thread-19/WARN]:     at com.sun.xml.internal.stream.XMLEventReaderImpl.nextEvent(XMLEventReaderImpl.java:83)
[16:52:28] [Thread-19/WARN]:     at me.Jaryl.PLUpdater.RSSReader.RSSFeedParser.readFeed(RSSFeedParser.java:58)
[16:52:28] [Thread-19/WARN]:     ... 1 more
[16:52:28] [Server thread/INFO]: GroupManager - INFO - World Found: faction
[16:52:28] [Server thread/INFO]: GroupManager - INFO - World Found: world
[16:52:28] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[16:52:28] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[16:52:28] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[16:52:28] [Server thread/INFO]: GroupManager version 2.0.1-b332 is enabled!
[16:52:28] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[16:52:28] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[16:52:28] [Server thread/INFO]: [SimpleFreeze] Enabling SimpleFreeze v2.4.1
[16:52:28] [Server thread/INFO]: [SimpleFreeze] Simple Freeze has now started.
[16:52:28] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.2;b3fbe8b
[16:52:28] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[16:52:28] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_9_R1 as the Bukkit adapter
[16:52:28] [Server thread/WARN]: [WorldEdit] WorldEdit has detected you are using Java 7 (based on detected version 1.7.0_111).
[16:52:28] [Server thread/WARN]: [WorldEdit] WorldEdit will stop supporting Java less than version 8 in the future, due to Java 7 being EOL since April 2015. Please update your server to Java 8.
[16:52:28] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.15.0-SNAPSHOT-sMD5NET-b1022
[16:52:28] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.9-1.9.3 / Spigot-CB-1.9_R1
[16:52:28] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[16:52:28] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[16:52:28] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[16:52:28] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
[16:52:28] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.9 blocks.
[16:52:28] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[16:52:28] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
[16:52:28] [Server thread/INFO]: [NoCheatPlus] Force disable FastHeal on Minecraft 1.9 and later.
[16:52:28] [Server thread/INFO]: [NoCheatPlus] Version 3.15.0-SNAPSHOT-sMD5NET-b1022 is enabled.
[16:52:28] [Server thread/INFO]: [X_Reporter] Enabling X_Reporter v1.0
[16:52:28] [Server thread/INFO]: [OldPvP] Enabling OldPvP v1.9
[16:52:28] [Server thread/INFO]: [OldPvP] Your server is running version v1_9_R1
[16:52:28] [Server thread/INFO]: [Troy's PlayerHeads] Enabling PlayerHeads v1.3
[16:52:28] [Server thread/INFO]: [Troy's PlayerHeads] [PlayerHeads] has been enabled
[16:52:28] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b717
[16:52:29] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: arc10200
[16:52:29] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[16:52:29] [Server thread/INFO]: -------- World Settings For [Faction] --------
[16:52:29] [Server thread/INFO]: Mob Spawn Range: 4
[16:52:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[16:52:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:52:29] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:52:29] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:52:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:52:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:52:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:52:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:52:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:52:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:52:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:52:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:52:29] [Server thread/INFO]: Random Lighting Updates: false
[16:52:29] [Server thread/INFO]: Structure Info Saving: true
[16:52:29] [Server thread/INFO]: Max Entity Collisions: 8
[16:52:29] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:52:29] [Server thread/INFO]: Max TNT Explosions: 100
[16:52:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:52:29] [Server thread/INFO]: Item Despawn Rate: 6000
[16:52:29] [Server thread/INFO]: Item Merge Radius: 2.5
[16:52:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:52:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:52:29] [Server thread/INFO]: View Distance: 10
[16:52:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:52:29] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:52:29] [Server thread/INFO]: Preparing start region for level 3 (Seed: -6937848526926295595)
[16:52:30] [Server thread/INFO]: Preparing spawn area for Faction, 73%
[16:52:30] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[16:52:30] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b717 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
[16:52:30] [Server thread/INFO]: [StaffPlus] Enabling StaffPlus v3.2.1
[16:52:30] [Server thread/INFO]: API class 'org.inventivetalent.packetlistener.PacketListenerAPI' is not yet initialized. Creating new instance.
[16:52:30] [Server thread/INFO]: [ReflectionHelper] Version is v1_9_R1 (10901)
[16:52:30] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
[16:52:30] [Server thread/INFO]: Injected custom channel handlers.
[16:52:30] [Server thread/INFO]: Adding channels for online players...
[16:52:30] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mVersion protocol set to 'v1_9_R1'.[m
[16:52:30] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mStaff+ has been enabled! Initialization took 34ms.[m
[16:52:30] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mPlugin created by Shortninja.[m
[16:52:30] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.0.1
[16:52:30] [Server thread/INFO]: [LobbyCompass] Enabling LobbyCompass v2.3
[16:52:30] [Server thread/INFO]: [LobbyCompass] Config found! Loading..
[16:52:30] [Server thread/INFO]: [SignColors] Enabling SignColors v0.7
[16:52:30] [Server thread/INFO]: [SignColors] config.yml found, loading!
[16:52:30] [Server thread/INFO]: [SignColors] Successfully loaded language file: EN.yml :)
[16:52:30] [Server thread/INFO]: [SignColors] Loading database...
[16:52:31] [Server thread/INFO]: [SignColors] Version 0.7 by CodeHat enabled.
[16:52:31] [Server thread/INFO]: [SpigotBoard] Enabling SpigotBoard v1.0.7
[16:52:31] [Server thread/INFO]: [0;37;1m[[0;34;1mSpigot[0;33;22mBoard[0;37;1m] [0;33;1mVersion 1.0.7 Has been enabled![m
[16:52:31] [Server thread/INFO]: [0;37;1m[[0;34;1mSpigot[0;33;22mBoard[0;37;1m] [0;31;1mPlaceholderAPI Not found, Disabling support for placeholderapi[m
[16:52:31] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v1.1
[16:52:31] [Server thread/INFO]: <AutoMessage> Loaded 3 messages!
[16:52:31] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.13.1
[16:52:31] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[16:52:31] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[16:52:31] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.3
[16:52:31] [Server thread/INFO]: [ClearLag] Loading modules...
[16:52:31] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[16:52:31] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[16:52:31] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[16:52:31] [Thread-24/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.9]...
[16:52:31] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2
[16:52:31] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b370
[16:52:31] [Server thread/WARN]: [Essentials] ?4Version mismatch! Please update EssentialsSpawn to the same version.
[16:52:31] [Server thread/WARN]: [Essentials] ?4Version mismatch! Please update EssentialsChat to the same version.
[16:52:31] [Server thread/INFO]: Using locale en_US
[16:52:31] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[16:52:31] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
[16:52:31] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[16:52:31] [Server thread/INFO]: Using locale en_US
[16:52:32] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
[16:52:32] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[16:52:32] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
[16:52:32] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.0.1-b439
[16:52:32] [Server thread/WARN]: ?4Version mismatch! Please update all Essentials jars to the same version.
[16:52:32] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5.0-SNAPSHOT-b746
[16:52:32] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5.0-SNAPSHOT-b746 Enabled - By Rigby and fernferret
[16:52:32] [Server thread/INFO]: [MVPLogging] 0 - Portals(s) loaded
[16:52:32] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
[16:52:32] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b410
[16:52:32] [Server thread/INFO]: [Multiverse-Inventories 2.5-b410] enabled.
[16:52:32] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v5.5.0
[16:52:32] [Thread-24/INFO]: [ClearLag] No updates found!
[16:52:32] [Server thread/INFO]: [CreativeGates] Enabling CreativeGates v2.8.21
[16:52:32] [Server thread/INFO]: [0;36;22m[[0;36;1mCreativeGates 2.8.21[0;36;22m] [0;33;1m=== ENABLE START ===[m
[16:52:32] [Server thread/INFO]: [0;36;22m[[0;36;1mCreativeGates 2.8.21[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m45ms[0;33;1m) ===[m
[16:52:32] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.2-BETA3-b1134
[16:52:32] [Server thread/INFO]: [AuthMe] SQLite driver loaded
[16:52:32] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[16:52:32] [Server thread/INFO]: [AuthMe] Unhooked from Permissions!
[16:52:32] [Server thread/INFO]: [AuthMe] Hooked into Essentials Group Manager!
[16:52:32] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[16:52:32] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
[16:52:32] [Server thread/INFO]: [AuthMe] [LICENSE] This product uses data from the GeoLite API created by MaxMind, available at http://www.maxmind.com
[16:52:32] [Server thread/INFO]: [AuthMe] Development builds are available on our jenkins, thanks to f14stelt.
[16:52:32] [Server thread/INFO]: [AuthMe] Do you want a good game server? Look at our sponsor GameHosting.it leader in Italy as Game Server Provider!
[16:52:32] [Server thread/INFO]: [AuthMe] AuthMe 5.2-BETA3-b1134 correctly enabled!
[16:52:32] [Server thread/INFO]: [TitleManager] Enabling TitleManager v1.5.12
[16:52:32] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b451
[16:52:32] [Server thread/WARN]: ?4Version mismatch! Please update all Essentials jars to the same version.
[16:52:32] [Server thread/INFO]: [Factions] Enabling Factions v2.8.21
[16:52:32] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.8.21[0;36;22m] [0;33;1m=== ENABLE START ===[m
[16:52:32] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.8.21[0;36;22m] [0;33;1m[0;32;1mIntegration Activated [0;35;1mIntegrationSpigot[m
[16:52:32] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.8.21[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m129ms[0;33;1m) ===[m
[16:52:32] [Server thread/INFO]: [RandomTeleport] Enabling RandomTeleport v1.7.4 (build #20)
[16:52:32] [Server thread/INFO]: [RandomTeleport] Attempting to load cooldown.map...
[16:52:32] [Server thread/INFO]: [RandomTeleport] Sucessfully loaded cooldown.map.
[16:52:32] [Server thread/INFO]: [RandomTeleport] Detected Factions 2.8.21.
[16:52:32] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[16:52:32] [Server thread/INFO]: Done (6.406s)! For help, type "help" or "?"
[16:52:32] [Server thread/INFO]: Starting GS4 status listener
[16:52:32] [Query Listener #1/INFO]: Query running on 0.0.0.0:13278
[16:52:33] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.9(107)
[16:52:33] [Craft Scheduler Thread - 2/INFO]: [TitleManager] Searching for updates.
[16:52:33] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.2.3
[16:52:33] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
[16:52:33] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
[16:52:33] [Craft Scheduler Thread - 10/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
[16:52:33] [Craft Scheduler Thread - 5/INFO]: [SignColors] Checking for Updates...
[16:52:33] [Craft Scheduler Thread - 5/INFO]: [SignColors] Could not check for Updates
[16:52:33] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[16:52:33] [Craft Scheduler Thread - 2/INFO]: [TitleManager] An update was found!
[16:52:33] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[16:52:33] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[16:52:33] [Craft Scheduler Thread - 14/INFO]: [Vault] Checking for Updates ...
[16:52:33] [Craft Scheduler Thread - 1/INFO]: [m
[16:52:33] [Craft Scheduler Thread - 1/INFO]: [0;32;1m    +===============+[m
[16:52:33] [Craft Scheduler Thread - 1/INFO]: [0;32;1m    | SkinsRestorer |[m
[16:52:33] [Craft Scheduler Thread - 1/INFO]: [0;32;1m    +===============+[m
[16:52:33] [Craft Scheduler Thread - 1/INFO]: [m
[16:52:33] [Craft Scheduler Thread - 1/INFO]: [0;36;1m    Current version: [0;31;1m12.9.4[m
[16:52:33] [Craft Scheduler Thread - 1/INFO]: [0;31;1m    A new version is available! Download it at:[m
[16:52:33] [Craft Scheduler Thread - 1/INFO]: [0;33;1m    https://www.spigotmc.org/resources/skinsrestorer.2124/[m
[16:52:33] [Craft Scheduler Thread - 1/INFO]: [m
[16:52:33] [Craft Scheduler Thread - 14/INFO]: [Vault] No new version available
[16:52:34] [Thread-21/INFO]: --------------------
[16:52:34] [Thread-21/INFO]: [CoreProtect] Version 2.14.2 now available.
[16:52:34] [Thread-21/INFO]: [CoreProtect] Download: Type "/co version" in-game.
[16:52:34] [Thread-21/INFO]: --------------------
[16:52:34] [Thread-21/INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
[16:52:34] [Thread-21/INFO]: --------------------
[16:52:47] [Server thread/INFO]: Saving...
[16:52:47] [Server thread/INFO]: Saved the world
[16:52:49] [Server thread/INFO]: Stopping the server
[16:52:49] [Server thread/INFO]: Stopping server
[16:52:49] [Server thread/INFO]: [RandomTeleport] Disabling RandomTeleport v1.7.4 (build #20)
[16:52:49] [Server thread/INFO]: [Factions] Disabling Factions v2.8.21
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.8.21[0;36;22m] [0;33;1m[0;31;1mIntegration Deactivated [0;35;1mIntegrationSpigot[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.8.21[0;36;22m] [0;33;1mDisabled[m
[16:52:49] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.0.1-b451
[16:52:49] [Server thread/INFO]: [TitleManager] Disabling TitleManager v1.5.12
[16:52:49] [Server thread/INFO]: [AuthMe] Disabling AuthMe v5.2-BETA3-b1134
[16:52:49] [Server thread/INFO]: [AuthMe] AuthMe 5.2-BETA3-b1134 disabled!
[16:52:49] [AuthMe-DataSource#close/INFO]: [AuthMe] Waiting for 1 tasks to finish
[16:52:49] [Server thread/INFO]: [CreativeGates] Disabling CreativeGates v2.8.21
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mCreativeGates 2.8.21[0;36;22m] [0;33;1mDisabled[m
[16:52:49] [Server thread/INFO]: [SuperVanish] Disabling SuperVanish v5.5.0
[16:52:49] [Server thread/INFO]: [Multiverse-Inventories] Disabling Multiverse-Inventories v2.5-b410
[16:52:49] [Server thread/ERROR]: Error occurred while disabling Multiverse-Inventories v2.5-b410 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.onarandombox.multiverseinventories.MultiverseInventories.onDisable(MultiverseInventories.java:76) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:294) ~[spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at org.bukkit.craftbukkit.v1_9_R1.CraftServer.disablePlugins(CraftServer.java:340) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at net.minecraft.server.v1_9_R1.MinecraftServer.stop(MinecraftServer.java:454) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:595) [spigot-1.9.jar:git-Spigot-104c8c8-00d3334]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
[16:52:49] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v2.5.0-SNAPSHOT-b746
[16:52:49] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.0.1-b439
[16:52:49] [Server thread/INFO]: [Essentials] Disabling Essentials v2.0.1-b370
[16:52:49] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
[16:52:49] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.2
[16:52:49] [Server thread/INFO]: [ClearLag] Disabling ClearLag v2.9.3
[16:52:49] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
[16:52:49] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.13.1
[16:52:49] [Server thread/INFO]: [AutoMessage] Disabling AutoMessage v1.1
[16:52:49] [Server thread/INFO]: [SpigotBoard] Disabling SpigotBoard v1.0.7
[16:52:49] [Server thread/INFO]: [SignColors] Disabling SignColors v0.7
[16:52:49] [Server thread/INFO]: [SignColors] Closing database...
[16:52:49] [Server thread/INFO]: [SignColors] Database successfully closed.
[16:52:49] [Server thread/INFO]: [SignColors] Version 0.7 by CodeHat disabled.
[16:52:49] [Server thread/INFO]: [LobbyCompass] Disabling LobbyCompass v2.3
[16:52:49] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v1.0.1
[16:52:49] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
[16:52:49] [Server thread/INFO]: [StaffPlus] Disabling StaffPlus v3.2.1
[16:52:49] [Server thread/INFO]: [0;31;22m[Staff+] [0;31;1mStaff+ is now disabling![m
[16:52:49] [Server thread/INFO]: Removing channels for online players...
[16:52:49] [Server thread/INFO]: Removing packet handlers (1)...
[16:52:49] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b717
[16:52:49] [Server thread/INFO]: [Troy's PlayerHeads] Disabling PlayerHeads v1.3
[16:52:49] [Server thread/INFO]: [Troy's PlayerHeads] [PlayerHeads] has been disabled
[16:52:49] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
[16:52:49] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v12.9.4
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;31;1mIntegration Deactivated [0;35;1mIntegrationVault[m
[16:52:49] [Server thread/INFO]: [MassiveCore] Disabling MassiveCore v2.8.21
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinWorld[0;33;1m set to [0;35;1mDefault[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinVisibility[0;33;1m set to [0;35;1mDefault[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinTitle[0;33;1m set to [0;35;1mDefault[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinTeleport[0;33;1m set to [0;35;1mDefault[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinSenderPs[0;33;1m set to [0;35;1mDefault[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinPlayed[0;33;1m set to [0;35;1mDefault[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinModification[0;33;1m set to [0;35;1mDefault[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinMessage[0;33;1m set to [0;35;1mDefault[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinKick[0;33;1m set to [0;35;1mDefault[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinInventory[0;33;1m set to [0;35;1mDefault[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinGamemode[0;33;1m set to [0;35;1mDefault[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinDisplayName[0;33;1m set to [0;35;1mDefault[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinCommand[0;33;1m set to [0;35;1mDefault[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinActual[0;33;1m set to [0;35;1mDefault[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinActionbar[0;33;1m set to [0;35;1mDefault[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1m[0;33;1mMixin [0;35;1mMixinEvent[0;33;1m set to [0;35;1mDefault[m
[16:52:49] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.21[0;36;22m] [0;33;1mDisabled[m
[16:52:49] [Server thread/INFO]: [OldPvP] Disabling OldPvP v1.9
[16:52:49] [Server thread/INFO]: [X_Reporter] Disabling X_Reporter v1.0
[16:52:49] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.15.0-SNAPSHOT-sMD5NET-b1022
[16:52:49] [Server thread/INFO]: [NoCheatPlus] Removed hook: AllViolations(NCP) [1.0].
[16:52:49] [Server thread/INFO]: Version 3.15.0-SNAPSHOT-sMD5NET-b1022 is disabled.
[16:52:49] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.2;b3fbe8b
[16:52:49] [Server thread/INFO]: [SimpleFreeze] Disabling SimpleFreeze v2.4.1
[16:52:49] [Server thread/INFO]: [SimpleFreeze] Simple Freeze has now stopped.
[16:52:49] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.0.1-b332
[16:52:49] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
[16:52:49] [Server thread/INFO]: GroupManager version 2.0.1-b332 is disabled!
[16:52:49] [Server thread/INFO]: [FoundBoxx] Disabling FoundBoxx v1.7.8
[16:52:49] [Server thread/INFO]: [FoundBoxx v1.7.8] Disabled.
[16:52:49] [Server thread/INFO]: Saving players
[16:52:50] [Server thread/INFO]: Saving worlds
[16:52:50] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[16:52:50] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
[16:52:50] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
[16:52:50] [Server thread/INFO]: Saving chunks for level 'Faction'/Overworld

le nouveau groups.yml

Code:
# Group inheritance
#
# Any inherited groups prefixed with a g: are global groups
# and are inherited from the GlobalGroups.yml.
#
# Groups without the g: prefix are groups local to this world
# and are defined in the this groups.yml file.
#
# Local group inheritances define your promotion tree when using 'manpromote/mandemote'

groups:
  Admin:
    default: false
    permissions:
    -
    inheritance:
    - Youtubeur
    info:
      prefix: '&1[&cAdministrateur&1]&f'
      build: true
      suffix: ''
  Modérateur:
    default: false
    permissions:
    - essentials.ban
    - essentials.fly
    - essentials.gamemode
    - essentials.god
    - essentials.mute
    - essentials.tempban
    - essentials.unban
    - essentials.vanish
    - factions.admin
    inheritance:
    - modotest
    info:
      prefix: '&1[Modérateur]&f'
      build: true
      suffix: ''
  VIP:
    default: false
    permissions: []
    inheritance:
    - joueur
    info:
      prefix: '&b[VIP]'
      build: true
      suffix: ''
  Légendaire:
    default: false
    permissions: []
    inheritance:
    - vip
    info:
      prefix: ''
      build: true
      suffix: ''
  Fondateur:
    default: false
    permissions:
    - '*'
    inheritance:
    - modérateur
    info:
      prefix: '&4[&cFondateur&4]&f'
      build: true
      suffix: '&4[&cStaff&4]'
  list:
    default: false
    permissions: []
    inheritance: []
    info:
      prefix: ''
      build: true
      suffix: ''
  Joueur:
    default: true
    permissions:
    - authme.changepassword
    - authme.login
    - authme.register
    - essentials.build.*
    - essentials.break.*
    - permissions.build
    - essentials.help
    - essentials.rules
    - essentials.spawn
    - essentials.tpa
    - essentials.tpaccept
    - factions.create
    - factions.demote
    - factions.home
    - factions.invite
    - factions.join
    - factions.kick
    - factions.leader
    - factions.leave
    - factions.officer
    - factions.player
    - factions.promote
    - factions.sethome
    - factions.claim
    - lobbycompass.get
    - lobbycompass.use
    - mv.bypass.gamemode.*
    - multiverse.teleport.*
    - randomteleport.use
    - randomteleport.presets.default
    - essentials.warp
    - RandomTP.wild
    - randomteleport.use
    - kits.tools
    - hubbasics.commands.hub
    inheritance: []
    info:
      prefix: '&e[Joueur]&f'
      build: true
      suffix: ''
  Buildeur:
    default: false
    permissions:
    - essentials.build.*
    - essentials.gamemode
    - essentials.gamemode.creative
    - essentials.gamemode.survival
    - essentials.time
    - essentials.time.set
    - factions.admin
    - factions.admin.on
    inheritance:
    - vip
    info:
      prefix: '&2[Buildeur]&f '
      build: true
      suffix: ''
  ParDefault:
    default: false
    permissions: []
    inheritance: []
    info:
      prefix: '&e'
      build: false
      suffix: ''
  ModoTest:
    default: false
    permissions:
    - essentials.fly
    - essentials.gamemode
    - essentials.gamemode.creative
    - essentials.gamemode.survival
    - essentials.mute
    - essentials.tempban
    - essentials.tp
    - essentials.tpa
    - essentials.unban
    - essentials.vanish
    inheritance:
    - buildeur
    info:
      prefix: '&b[ModoTest]'
      build: true
      suffix: ''
  Youtubeur:
    default: false
    permissions:
    - essentials.nick
    inheritance:
    - Légendaire
    info:
      prefix: '&6[Youtubeur]'
      build: true
      suffix: ''

Help !
 

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 531
24
2 247
347
28
Bruxelles - Belgique
www.phoenix-rebirth.fr
Salut,

j'ai corrigé de problème de l'inéritance "- "
Sauf que c'est pas dans l'inhéritance mais bien les permissions...

Ça c'est faux:
Code:
  Admin:
    default: false
    permissions:
    -
    inheritance:
    - Youtubeur
Le bon code c'est ça:
Code:
  Admin:
    default: false
    permissions: []
    inheritance:
    - Youtubeur
Voir plutôt:
Code:
  Admin:
    default: false
    permissions:
    - '*'
    inheritance:
    - Youtubeur

Ensuite concernant tes logs je vais t'aider à les comprendre. Mais s'il te plais, lis les avant de poser une question.
[16:52:25] [Server thread/ERROR]: Could not load 'plugins/Xray_Informer.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: LogBlock
C'est pas très chinois...
"Xray_informer" a une "unknow dependancy" (un problème de dépendance...) avec LogBlock.
Bref en d'autres mots Xray_informer à besoin de LogBlock pour fonctionner. Soit tu installes et configure LogBlock soit tu désinstalle Xray_Informer.

[16:52:25] [Server thread/ERROR]: Could not load 'plugins/MultiChat 1.3.4.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/olivermartin410/plugins/SpigotComm : Unsupported major.minor version 52.0
Ça c'est une erreur un peu plus compliqué et encore en cherchant sur google tu aurais pu trouver...
Cela vient tout simplement du fiat que MultiChat n'est pas fait pour la version de java qui est sur ton serveur. Il faut mettre Java à jour.

[16:52:25] [Server thread/ERROR]: Could not load 'plugins/ChatPerWorld.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: io/github/gronnmann/chatperworld/Main : Unsupported major.minor version 52.0
Pareil que le précédent mais avec ChatPerWorld. Il faut mettre ton Java à jour.

[16:52:49] [Server thread/ERROR]: Error occurred while disabling Multiverse-Inventories v2.5-b410 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
Ca c'est une erreur typique lorsque l'on prend des plugins qui ne sont pas à jour... Et c'est évidemment le cas de Multiverse-Inventories qui n'est plus supporté. Il vaut mieux (comme expliqué sur leur wiki) utiliser MultiInv il me semble.


Cordialement,
Detobel36
 

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 531
24
2 247
347
28
Bruxelles - Belgique
www.phoenix-rebirth.fr
Salut,

Merci pour ces aide , mais quand tu dit
pourtant le plugins marche bien j'ai plusieurs inventaire dans chaque monde
On verra quand tu passera à la version supérieure de minecraft.

Si ton plugin fait des erreurs c'est qu'il y a quelque chose qui ne se passe pas comme prévu dans le plugin. Après tu ne le remarque peut-être pas mais ça te portera préjudice un jour.


Cordialement,
Detobel36
 

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 531
24
2 247
347
28
Bruxelles - Belgique
www.phoenix-rebirth.fr
Salut,

Pourquoi un de mes joueurs ne peux pas build ? Piurtant j'ai j'ai même grade et je peux construire
Si tu es OP c'est totalement possible que tu puisses build et pas eux.

Sans ton nouveau fichier de config (group.yml), je ne peux pas t'aider.
Pense également à vérifier que tu n'a plus d'erreur dans tes logs et si c'est le cas renvoie les.

Un "UP" c'est après 24 heures sans réponse. La on est à peine a 13h... la moitié du temps indiqué dans les règles.


Cordialement,
Detobel36
 

Kenda

Architecte en herbe
16 Juillet 2016
292
1
2
125
32
www.youtube.com
Je me suis deop et j'ai le grade joueur pourtant je peux construire mais pas LUI (car c'est que 1 personne)

le group.yml (modifié)


Code:
# Group inheritance
#
# Any inherited groups prefixed with a g: are global groups
# and are inherited from the GlobalGroups.yml.
#
# Groups without the g: prefix are groups local to this world
# and are defined in the this groups.yml file.
#
# Local group inheritances define your promotion tree when using 'manpromote/mandemote'

groups:
  Admin:
    default: false
    permissions: []
    inheritance:
    - Youtubeur
    info:
      prefix: '&1[&cAdministrateur&1]&f'
      build: true
      suffix: ''
  Modérateur:
    default: false
    permissions:
    - essentials.ban
    - essentials.fly
    - essentials.gamemode
    - essentials.god
    - essentials.mute
    - essentials.tempban
    - essentials.unban
    - essentials.vanish
    - factions.admin
    - essentials.tp
    - essentials.invsee
    - essentials.tphere
    - essentials.tpall
    inheritance:
    - modotest
    info:
      prefix: '&1[Modérateur]&9'
      build: true
      suffix: ''
  VIP:
    default: false
    permissions: []
    inheritance:
    - joueur
    info:
      prefix: '&b[VIP]'
      build: true
      suffix: ''
  Légendaire:
    default: false
    permissions: []
    inheritance:
    - vip
    info:
      prefix: ''
      build: true
      suffix: ''
  Fondateur:
    default: false
    permissions:
    - '*'
    inheritance:
    - modérateur
    info:
      prefix: '&4[&cFondateur&4]&f'
      build: true
      suffix: '&4[&cStaff&4]'
  list:
    default: false
    permissions: []
    inheritance: []
    info:
      prefix: ''
      build: true
      suffix: ''
  Joueur:
    default: true
    permissions:
    - authme.changepassword
    - authme.login
    - authme.register
    - essentials.build.*
    - essentials.heal
    - essentials.help
    - essentials.rules
    - essentials.spawn
    - essentials.tpa
    - essentials.tpaccept
    - factions.create
    - factions.demote
    - factions.home
    - factions.invite
    - factions.join
    - factions.kick
    - factions.leader
    - factions.leave
    - factions.officer
    - factions.player
    - factions.promote
    - factions.sethome
    - factions.claim
    - lobbycompass.get
    - lobbycompass.use
    - mv.bypass.gamemode.*
    - multiverse.teleport.*
    - randomteleport.use
    - randomteleport.tpothers
    - randomteleport.sign.use
    - randomteleport.presets.default
    - essentials.warp
    - randomteleport.sign.create
    - RandomTP.wild
    - randomteleport.use
    - randomteleport.sign.preset.default
    - kits.tools
    - signs.use
    - essentials.heal
    - hubbasics.commands.hub
    - essentials.msg
    - essentials.mail
    - perworldinventory.bypass *
    inheritance: []
    info:
      prefix: '&e[Joueur]&f'
      build: true
      suffix: ''
  Buildeur:
    default: false
    permissions:
    - essentials.build.*
    - essentials.gamemode
    - essentials.gamemode.creative
    - essentials.gamemode.survival
    - essentials.time
    - essentials.time.set
    - factions.admin
    - factions.admin.on
    inheritance:
    - vip
    info:
      prefix: '&2[Buildeur]&f '
      build: true
      suffix: ''
  ParDefault:
    default: false
    permissions: []
    inheritance: []
    info:
      prefix: '&e'
      build: false
      suffix: ''
  ModoTest:
    default: false
    permissions:
    - essentials.fly
    - essentials.gamemode
    - essentials.gamemode.creative
    - essentials.gamemode.survival
    - essentials.mute
    - essentials.tempban
    - essentials.tp
    - essentials.tpa
    - essentials.unban
    - essentials.vanish
    - staff.*
    inheritance:
    - buildeur
    info:
      prefix: '&b[ModoTest]'
      build: true
      suffix: ''
  Youtubeur:
    default: false
    permissions:
    - essentials.nick
    inheritance:
    - Légendaire
    info:
      prefix: '&6[Youtubeur]'
      build: true
      suffix: ''


Voilà et j'ai persque le même juste avec 2-3 perm en + dans le dossiers world (le spawn du serveur)


Un "UP" c'est après 24 heures sans réponse. La on est à peine a 13h... la moitié du temps indiqué dans les règles.
Désolé je n'ai jamais compris pourquoi des gens écrivait sa , merci de me l'avoir fait savoir !