Inactive [SEC] AuthMe v2.5.1 - High Performance Authorization plugin [1818/1.1-R1]

Discussion in 'Inactive/Unsupported Plugins' started by pomo4ka, Jun 19, 2011.

  1. i had no errors in console.

    Code:
    DataSource:
      mySQLColumnName: username
      mySQLTablename: authme
      mySQLUsername: authme
      backend: file
      mySQLColumnLastLogin: lastlogin
      mySQLDatabase: authme
      mySQLPort: '3306'
      mySQLColumnIp: ip
      mySQLHost: 127.0.0.1
      mySQLColumnPassword: password
      mySQLPassword: '12345'
      caching: true
    GroupOptions:
      UnregisteredPlayerGroup: ''
      RegisteredPlayerGroup: ''
      Permissions:
        PermissionsOnJoin: []
    settings:
      sessions:
        enabled: false
        timeout: 10
      restrictions:
        allowChat: true
        maxRegPerIp: 1
        maxNicknameLength: 20
        ForceSingleSession: true
        ForceSpawnLocOnJoinEnabled: false
        SaveQuitLocation: true
        AllowRestrictedUser: false
        AllowedRestrictedUser: []
        kickNonRegistered: false
        kickOnWrongPassword: false
        teleportUnAuthedToSpawn: false
        minNicknameLength: 1
        allowMovement: false
        timeout: 60
        allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
        allowedMovementRadius: 10
      GameMode:
        ForceSurvivalMode: true
        ResetInventotyIfCreative: false
      security:
        minPasswordLength: 4
        unLoggedinGroup: unLoggedinGroup
        passwordHash: SHA256
      registration:
        enabled: true
        messageInterval: 5
        force: true
      unrestrictions:
        UnrestrictedName: []
    VBullettinOptions:
      mySQLColumnSalt: ''
      mySQLColumnGroup: ''
      nonActivedUserGroup: -1
    permission:
      EnablePermissionCheck: false
    
    its jsut strange, immediatly when this plugin removed, ppls inventories are saved :D
    The player goes in "empty" mode kind of when non logged in, when logging it the plugin gives the players inventories back but in this case, they stay empty..
     
  2. Offline

    darkwarriors

    try to cache: false and
    ForceSurvivalMode: false
    it is updated we repeat it 10000 times check bukkit dev
     

  3. i try and wait for ppls answers. Thanks so much for helping me! I love the register plugin but i always have troubles xD
     
  4. Offline

    tincopper2

  5. Offline

    darkwarriors

  6. downloaded this newest for 1.2.3 and i think now it works fine :)
     
  7. Offline

    darkwarriors

    glad to hear it :)
     
  8. Offline

    Chaosnoxus

    Doesnt work on 1.2.3. Help me :(
    Here is serverlog.
    Code:
    2012-03-06 15:04:14 [INFO] Starting minecraft server version 1.2.3
    2012-03-06 15:04:14 [INFO] Loading properties
    2012-03-06 15:04:14 [INFO] Starting Minecraft server on *:25565
    2012-03-06 15:04:14 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2012-03-06 15:04:14 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2012-03-06 15:04:14 [WARNING] 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.
    2012-03-06 15:04:14 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
    2012-03-06 15:04:15 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-33-gb66156b-b2034jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.1)
    2012-03-06 15:04:15 [INFO] ----- Bukkit Auto Updater -----
    2012-03-06 15:04:15 [INFO] It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
    2012-03-06 15:04:15 [INFO] If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'.
    2012-03-06 15:04:15 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
    2012-03-06 15:04:15 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
    2012-03-06 15:04:15 [INFO] ----- ------------------- -----
    2012-03-06 15:04:16 [SEVERE] Could not load 'plugins\AuthMe.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: Vault
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:176)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-06 15:04:16 [INFO] [MobCatcher] Loading MobCatcher v2.1 by Malikk
    2012-03-06 15:04:16 [INFO] [WorldEdit] Loading WorldEdit v5.2
    2012-03-06 15:04:16 [INFO] [VoxelSniper] Loading VoxelSniper v5.124
    2012-03-06 15:04:16 [INFO] [AutoPromotion] Loading AutoPromotion v1.3.3
    2012-03-06 15:04:16 [INFO] [Multiverse-Core] Loading Multiverse-Core vmaven-version-number
    2012-03-06 15:04:16 [INFO] [PortalStick] Loading PortalStick v2.3.7
    2012-03-06 15:04:16 [INFO] [WorldGuard] Loading WorldGuard v5.5.1
    2012-03-06 15:04:16 [INFO] [VoxelUpdate] Loading VoxelUpdate v1.0.13
    2012-03-06 15:04:16 [INFO] [iConomy] Loading iConomy v6.0.9b
    2012-03-06 15:04:16 [INFO] [FalseBookCore] Loading FalseBookCore v0.92.3alpha
    2012-03-06 15:04:16 [INFO] [MobDisguise] Loading MobDisguise v1.8
    2012-03-06 15:04:16 [INFO] [Catacombs] Loading Catacombs v1.7
    2012-03-06 15:04:16 [INFO] [Catacombs] version 1.7 is loaded
    2012-03-06 15:04:16 [INFO] [FalseBookCart] Loading FalseBookCart v0.92.3alpha
    2012-03-06 15:04:16 [INFO] [Essentials] Loading Essentials v2.8.3
    2012-03-06 15:04:16 [INFO] [Jobs] Loading Jobs v2.6.3
    2012-03-06 15:04:16 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.8.3
    2012-03-06 15:04:16 [INFO] MLog clients using java 1.4+ standard logging.
    2012-03-06 15:04:16 [INFO] [FalseBookChat] Loading FalseBookChat v0.92.3alpha
    2012-03-06 15:04:16 [INFO] [FalseBookBlock] Loading FalseBookBlock v0.92.3alpha
    2012-03-06 15:04:16 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.8.3
    2012-03-06 15:04:16 [INFO] [LWC] Loading LWC v4.1.1 (b645-git-b24cc99e)
    2012-03-06 15:04:16 [INFO] [FalseBookIC] Loading FalseBookIC v0.92.3alpha
    2012-03-06 15:04:16 [INFO] [ChestShop] Loading ChestShop v3.36
    2012-03-06 15:04:16 [INFO] [EssentialsChat] Loading EssentialsChat v2.8.3
    2012-03-06 15:04:16 [INFO] [FalseBookExtra] Loading FalseBookExtra v0.92.3alpha
    2012-03-06 15:04:16 [INFO] [LWC] Enabling LWC v4.1.1 (b645-git-b24cc99e)
    2012-03-06 15:04:16 [INFO] LWC: Loading shared objects
    2012-03-06 15:04:16 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    2012-03-06 15:04:16 [INFO] LWC: Protection cache: 0/10000
    2012-03-06 15:04:16 [INFO] LWC: Loaded 207 locale strings (0 overrides)
    2012-03-06 15:04:16 [INFO] LWC: Permissions API: SuperPermsPermissions
    2012-03-06 15:04:16 [INFO] LWC: Currency API: iConomy6Currency
    2012-03-06 15:04:16 [INFO] LWC: Connecting to SQLite
    2012-03-06 15:04:16 [INFO] LWC: Performing any necessary database updates
    2012-03-06 15:04:16 [INFO] LWC: Using database: Native
    2012-03-06 15:04:16 [INFO] LWC: Precached 58 protections.
    2012-03-06 15:04:16 [INFO] LWC: At version: 4.1.1 (b645)
    2012-03-06 15:04:16 [INFO] Preparing level "Julian"
    2012-03-06 15:04:16 [INFO] Default game type: 0
    2012-03-06 15:04:17 [INFO] LWC: Latest version: 4.1.1
    2012-03-06 15:04:17 [INFO] Preparing start region for level 0 (Seed: 7751825587154222860)
    2012-03-06 15:04:17 [INFO] Preparing start region for level 1 (Seed: 5215584263900929294)
    2012-03-06 15:04:18 [INFO] Preparing spawn area: 73%
    2012-03-06 15:04:18 [INFO] Preparing start region for level 2 (Seed: 5215584263900929294)
    2012-03-06 15:04:18 [INFO] [MobCatcher] Enabling MobCatcher v2.1 by Malikk
    2012-03-06 15:04:18 [INFO] [MobCatcher] Vault was not found.
    2012-03-06 15:04:18 [INFO] [MobCatcher] signData File is Empty
    2012-03-06 15:04:18 [INFO] [MobCatcher] Loading 3 mob data
    2012-03-06 15:04:18 [INFO] [MobCatcher] Enabled
    2012-03-06 15:04:18 [INFO] [WorldEdit] Enabling WorldEdit v5.2
    2012-03-06 15:04:18 [INFO] WorldEdit 5.2 enabled.
    2012-03-06 15:04:18 [INFO] WEPIF: No known permissions plugin detected. Using configuration file for permissions.
    2012-03-06 15:04:18 [INFO] WEPIF: No known permissions plugin detected. Using configuration file for permissions.
    2012-03-06 15:04:18 [INFO] [VoxelSniper] Enabling VoxelSniper v5.124
    2012-03-06 15:04:18 [INFO] [VoxelSniper] Config loaded
    2012-03-06 15:04:18 [INFO] VoxelSniper version 5.124 is enabled! Snipe away.
    2012-03-06 15:04:18 [INFO] [AutoPromotion] Enabling AutoPromotion v1.3.3
    2012-03-06 15:04:18 [INFO] [AutoPromotion] Broadcast Messages are disabled!
    2012-03-06 15:04:18 [INFO] [AutoPromotion] Vault Support disabled!
    2012-03-06 15:04:18 [INFO] [AutoPromotion] v1.3.4 enabled!
    2012-03-06 15:04:18 [INFO] [AutoPromotion] Config loaded!
    2012-03-06 15:04:18 [INFO] [Multiverse-Core] Enabling Multiverse-Core vmaven-version-number
    2012-03-06 15:04:18 [INFO] [Multiverse-Core] - Version maven-version-number (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
    2012-03-06 15:04:18 [INFO] [AllPay] - Version 0.0 - hooked into iConomy 6 for Multiverse-Core vmaven-version-number
    2012-03-06 15:04:18 [INFO] [Multiverse-Core] Loading World & Settings - 'Julian' - Env: NORMAL - Type: NORMAL & seed: 7751825587154222860
    2012-03-06 15:04:18 [INFO] [Multiverse-Core] Loading World & Settings - 'Julian_nether' - Env: NETHER - Type: NORMAL & seed: 5215584263900929294
    2012-03-06 15:04:18 [INFO] [Multiverse-Core] Loading World & Settings - 'Julian_the_end' - Env: THE_END - Type: NORMAL & seed: 5215584263900929294
    2012-03-06 15:04:18 [INFO] [Multiverse-Core] Loading World & Settings - 'NIX' - Env: NORMAL - Type: NORMAL & seed: 4437851501715168823
    2012-03-06 15:04:18 [INFO] Preparing start region for level 3 (Seed: 4437851501715168823)
    2012-03-06 15:04:19 [INFO] [Multiverse-Core] Loading World & Settings - 'Experimente' - Env: NORMAL - Type: NORMAL & seed: -8859035587762519177
    2012-03-06 15:04:19 [INFO] Preparing start region for level 4 (Seed: -8859035587762519177)
    2012-03-06 15:04:19 [INFO] [Multiverse-Core] 5 - World(s) loaded.
    2012-03-06 15:04:19 [INFO] [PortalStick] Enabling PortalStick v2.3.7
    2012-03-06 15:04:19 [INFO] [PortalStick] 1 region(s) loaded
    2012-03-06 15:04:19 [INFO] [PortalStick] 0 grill(s) loaded
    2012-03-06 15:04:19 [INFO] [PortalStick] No permission handler detected, only ops can use commands
    2012-03-06 15:04:19 [INFO] [PortalStick] PortalStick enabled
    2012-03-06 15:04:19 [INFO] [WorldGuard] Enabling WorldGuard v5.5.1
    2012-03-06 15:04:19 [INFO] [WorldGuard] (Julian) TNT ignition is PERMITTED.
    2012-03-06 15:04:19 [INFO] [WorldGuard] (Julian) Lighters are PERMITTED.
    2012-03-06 15:04:19 [INFO] [WorldGuard] (Julian) Lava fire is blocked.
    2012-03-06 15:04:19 [INFO] [WorldGuard] (Julian) Fire spread is UNRESTRICTED.
    2012-03-06 15:04:19 [INFO] [WorldGuard] Loaded configuration for world 'Julian"
    2012-03-06 15:04:19 [INFO] [WorldGuard] (Julian_nether) TNT ignition is PERMITTED.
    2012-03-06 15:04:19 [INFO] [WorldGuard] (Julian_nether) Lighters are PERMITTED.
    2012-03-06 15:04:19 [INFO] [WorldGuard] (Julian_nether) Lava fire is blocked.
    2012-03-06 15:04:19 [INFO] [WorldGuard] (Julian_nether) Fire spread is UNRESTRICTED.
    2012-03-06 15:04:19 [INFO] [WorldGuard] Loaded configuration for world 'Julian_nether"
    2012-03-06 15:04:19 [INFO] [WorldGuard] (Julian_the_end) TNT ignition is PERMITTED.
    2012-03-06 15:04:19 [INFO] [WorldGuard] (Julian_the_end) Lighters are PERMITTED.
    2012-03-06 15:04:19 [INFO] [WorldGuard] (Julian_the_end) Lava fire is blocked.
    2012-03-06 15:04:19 [INFO] [WorldGuard] (Julian_the_end) Fire spread is UNRESTRICTED.
    2012-03-06 15:04:19 [INFO] [WorldGuard] Loaded configuration for world 'Julian_the_end"
    2012-03-06 15:04:19 [INFO] [WorldGuard] (NIX) TNT ignition is PERMITTED.
    2012-03-06 15:04:19 [INFO] [WorldGuard] (NIX) Lighters are PERMITTED.
    2012-03-06 15:04:19 [INFO] [WorldGuard] (NIX) Lava fire is blocked.
    2012-03-06 15:04:19 [INFO] [WorldGuard] (NIX) Fire spread is UNRESTRICTED.
    2012-03-06 15:04:19 [INFO] [WorldGuard] Loaded configuration for world 'NIX"
    2012-03-06 15:04:19 [INFO] [WorldGuard] (Experimente) TNT ignition is PERMITTED.
    2012-03-06 15:04:19 [INFO] [WorldGuard] (Experimente) Lighters are PERMITTED.
    2012-03-06 15:04:19 [INFO] [WorldGuard] (Experimente) Lava fire is blocked.
    2012-03-06 15:04:19 [INFO] [WorldGuard] (Experimente) Fire spread is UNRESTRICTED.
    2012-03-06 15:04:19 [INFO] [WorldGuard] Loaded configuration for world 'Experimente"
    2012-03-06 15:04:19 [INFO] [WorldGuard] 33 regions loaded for 'Julian'
    2012-03-06 15:04:19 [INFO] [WorldGuard] 0 regions loaded for 'Julian_nether'
    2012-03-06 15:04:19 [INFO] [WorldGuard] 0 regions loaded for 'Julian_the_end'
    2012-03-06 15:04:19 [INFO] [WorldGuard] 3 regions loaded for 'NIX'
    2012-03-06 15:04:19 [INFO] [WorldGuard] 0 regions loaded for 'Experimente'
    2012-03-06 15:04:19 [INFO] [VoxelUpdate] Enabling VoxelUpdate v1.0.13
    2012-03-06 15:04:19 [INFO] [VoxelUpdate] VoxelUpdate version 1.0.13 loaded
    2012-03-06 15:04:19 [INFO] [iConomy] Enabling iConomy v6.0.9b
    2012-03-06 15:04:19 [INFO] [iConomy - Celty] Enabled (21 ms)
    2012-03-06 15:04:19 [INFO] [iConomy - Celty] Purged accounts with default balance.
    2012-03-06 15:04:19 [INFO] [FalseBookCore] Enabling FalseBookCore v0.92.3alpha
    2012-03-06 15:04:19 [INFO] [ FalseBook Core ] FalseBookCore v0.92.3alpha by GeMo enabled!
    2012-03-06 15:04:19 [INFO] [MobDisguise] Enabling MobDisguise v1.8
    2012-03-06 15:04:19 [INFO] [MobDisguise] by desmin88 version 1.8 enabled.
    2012-03-06 15:04:19 [INFO] [Catacombs] Enabling Catacombs v1.7
    2012-03-06 15:04:19 [INFO] [Catacombs] Using WEPIF to find permissions plugin
    2012-03-06 15:04:19 [INFO] [Catacombs] No permissions plugin found, will use player's Op flag
    2012-03-06 15:04:19 [INFO] [Catacombs] Preferred payment method [any] not found, using first found.
    2012-03-06 15:04:19 [INFO] [Catacombs] Payment method found (iConomy version: 6)
    2012-03-06 15:04:19 [INFO] [FalseBookCart] Enabling FalseBookCart v0.92.3alpha
    2012-03-06 15:04:19 [INFO] 0 locked storagecarts loaded.
    2012-03-06 15:04:19 [INFO] [ FalseBook Cart ] FalseBookCart v0.92.3alpha by GeMo enabled
    2012-03-06 15:04:19 [INFO] [Essentials] Enabling Essentials v2.8.3
    2012-03-06 15:04:19 [INFO] File not found: plugins\Essentials\jail.yml
    2012-03-06 15:04:19 [INFO] Essentials: Using config based permissions. Enable superperms in config.
    2012-03-06 15:04:19 [INFO] [Essentials] Payment method found (iConomy version: 6)
    2012-03-06 15:04:19 [INFO] [Jobs] Enabling Jobs v2.6.3
    2012-03-06 15:04:19 [INFO] [Jobs] - max-jobs property not found. Defaulting to unlimited!
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Foerster is missing the max-level property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Foerster is missing the slots property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Miner is missing the max-level property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Miner is missing the slots property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Builder is missing the max-level property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Builder is missing the slots property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Buddler is missing the max-level property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Buddler is missing the slots property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Farmer is missing the max-level property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Farmer is missing the slots property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Hunter is missing the max-level property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Hunter is missing the slots property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Angler is missing the max-level property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Angler is missing the slots property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Waffenschmied is missing the max-level property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Waffenschmied is missing the slots property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Bauer is missing the max-level property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs] - Job Bauer is missing the slots property. defaulting to no limits !
    2012-03-06 15:04:20 [INFO] [Jobs v2.6.3] has been enabled succesfully.
    2012-03-06 15:04:20 [INFO] [Jobs] Successfully linked with iConomy 6.
    2012-03-06 15:04:20 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.8.3
    2012-03-06 15:04:20 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2012-03-06 15:04:20 [INFO] [FalseBookChat] Enabling FalseBookChat v0.92.3alpha
    2012-03-06 15:04:20 [INFO] [ FalseBook Chat ] FalseBookChat v0.92.3alpha by GeMo enabled
    2012-03-06 15:04:20 [INFO] [FalseBookBlock] Enabling FalseBookBlock v0.92.3alpha
    2012-03-06 15:04:20 [INFO] [ FalseBook Block ] 0 Doors successfully loaded.
    2012-03-06 15:04:20 [INFO] [ FalseBook Block ] 9 Areas loaded.
    2012-03-06 15:04:20 [INFO] [ FalseBook Block ] 1 Bridges successfully loaded.
    2012-03-06 15:04:20 [INFO] [ FalseBook Block ] 2 Cauldrons successfully loaded.
    2012-03-06 15:04:20 [INFO] [ FalseBook Block ] 3100 Books loaded!
    2012-03-06 15:04:20 [INFO] [ FalseBook Block ] 0 protected gateblocks successfully loaded.
    2012-03-06 15:04:20 [INFO] [ FalseBook Block ] FalseBookBlock v0.92.3alpha by GeMo enabled
    2012-03-06 15:04:20 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.8.3
    2012-03-06 15:04:20 [INFO] [FalseBookIC] Enabling FalseBookIC v0.92.3alpha
    2012-03-06 15:04:20 [INFO] [ FalseBook IC ] Selftriggered ICs are executing aprox. every 500ms.
    2012-03-06 15:04:20 [INFO] [ FalseBook IC ] 'DetectionPackage' imported '12' ICs.
    2012-03-06 15:04:20 [INFO] [ FalseBook IC ] 'SelftriggeredPackage' imported '18' ICs.
    2012-03-06 15:04:20 [INFO] [ FalseBook IC ] 'StandardPackage' imported '36' ICs.
    2012-03-06 15:04:20 [INFO] [ FalseBook IC ] 'WorldEditPackage' imported '19' ICs.
    2012-03-06 15:04:20 [INFO] [ FalseBook IC ] FalseBookIC v0.92.3alpha by GeMo enabled
    2012-03-06 15:04:20 [INFO] [ChestShop] Enabling ChestShop v3.36
    2012-03-06 15:04:20 [INFO] [ChestShop] LWC version 4.1.1 (b645-git-b24cc99e) loaded.
    2012-03-06 15:04:20 [INFO] [ChestShop] WorldGuard version 5.5.1 loaded.
    2012-03-06 15:04:20 [INFO] [ChestShop] iConomy version iConomy loaded.
    2012-03-06 15:04:20 [INFO] [EssentialsChat] Enabling EssentialsChat v2.8.3
    2012-03-06 15:04:20 [INFO] [FalseBookExtra] Enabling FalseBookExtra v0.92.3alpha
    2012-03-06 15:04:20 [INFO] [ FalseBook Extra ] 0 protected blocks loaded.
    2012-03-06 15:04:20 [INFO] [ FalseBook Extra ] FalseBookExtra v0.92.3alpha by GeMo enabled
    2012-03-06 15:04:20 [INFO] Server permissions file World One.yml is empty, ignoring it
    2012-03-06 15:04:20 [INFO] Done (3.847s)! For help, type "help" or "?"
    2012-03-06 15:04:23 [INFO] [ FalseBook IC ] Loaded selftriggered ICs: 5 done
    2012-03-06 15:04:23 [INFO] [ FalseBook IC ] Failed selftriggered ICs: 0 failed
    2012-03-06 15:04:29 [INFO] CONSOLE: Stopping the server..
    2012-03-06 15:04:29 [INFO] Stopping server
    2012-03-06 15:04:29 [INFO] [MobCatcher] Disabling MobCatcher v2.1 by Malikk
    2012-03-06 15:04:29 [INFO] [MobCatcher] Mob data successfully serialized
    2012-03-06 15:04:29 [INFO] [MobCatcher] No signs to save...
    2012-03-06 15:04:29 [INFO] [MobCatcher] Disabled
    2012-03-06 15:04:29 [INFO] [WorldEdit] Disabling WorldEdit v5.2
    2012-03-06 15:04:29 [INFO] [VoxelSniper] Disabling VoxelSniper v5.124
    2012-03-06 15:04:29 [INFO] [AutoPromotion] Disabling AutoPromotion v1.3.3
    2012-03-06 15:04:29 [INFO] [AutoPromotion] v1.3.4 disabled!
    2012-03-06 15:04:29 [INFO] [AutoPromotion] Config unloaded!
    2012-03-06 15:04:29 [INFO] [Multiverse-Core] Disabling Multiverse-Core vmaven-version-number
    2012-03-06 15:04:29 [INFO] [Multiverse-Core] - Disabled
    2012-03-06 15:04:29 [INFO] [PortalStick] Disabling PortalStick v2.3.7
    2012-03-06 15:04:29 [INFO] [PortalStick] PortalStick unloaded
    2012-03-06 15:04:29 [INFO] [WorldGuard] Disabling WorldGuard v5.5.1
    2012-03-06 15:04:29 [INFO] [VoxelUpdate] Disabling VoxelUpdate v1.0.13
    2012-03-06 15:04:29 [INFO] [iConomy] Disabling iConomy v6.0.9b
    2012-03-06 15:04:29 [INFO] [Essentials] Payment method was disabled. No longer accepting payments.
    2012-03-06 15:04:29 [INFO] [iConomy] Closing general data...
    2012-03-06 15:04:29 [INFO] [iConomy] Disabled. (0 ms)
    2012-03-06 15:04:29 [INFO] [FalseBookCore] Disabling FalseBookCore v0.92.3alpha
    2012-03-06 15:04:29 [INFO] [ FalseBook Core ] FalseBookCore v0.92.3alpha by GeMo disabled!
    2012-03-06 15:04:29 [INFO] [MobDisguise] Disabling MobDisguise v1.8
    2012-03-06 15:04:29 [INFO] [MobDisguise] by desmin88 version 1.8 disabled.
    2012-03-06 15:04:29 [INFO] [Catacombs] Disabling Catacombs v1.7
    2012-03-06 15:04:29 [INFO] [catacombs] plugin has been disabled!
    2012-03-06 15:04:29 [INFO] [FalseBookCart] Disabling FalseBookCart v0.92.3alpha
    2012-03-06 15:04:29 [INFO] [ FalseBook Cart ] FalseBookCart v0.92.3alpha by GeMo disabled
    2012-03-06 15:04:29 [INFO] [Essentials] Disabling Essentials v2.8.3
    2012-03-06 15:04:29 [INFO] [Jobs] Disabling Jobs v2.6.3
    2012-03-06 15:04:29 [INFO] [Jobs v2.6.3] has been disabled succesfully.
    2012-03-06 15:04:29 [INFO] [EssentialsProtect] Disabling EssentialsProtect v2.8.3
    2012-03-06 15:04:30 [INFO] [FalseBookChat] Disabling FalseBookChat v0.92.3alpha
    2012-03-06 15:04:30 [INFO] FalseBookChat v0.92.3alpha by GeMo disabled
    2012-03-06 15:04:30 [INFO] [FalseBookBlock] Disabling FalseBookBlock v0.92.3alpha
    2012-03-06 15:04:30 [INFO] [ FalseBook Block ] FalseBookBlock v0.92.3alpha by GeMo disabled
    2012-03-06 15:04:30 [INFO] [EssentialsSpawn] Disabling EssentialsSpawn v2.8.3
    2012-03-06 15:04:30 [INFO] [LWC] Disabling LWC v4.1.1 (b645-git-b24cc99e)
    2012-03-06 15:04:30 [INFO] LWC: Flushing protection updates (0)
    2012-03-06 15:04:30 [INFO] LWC: Freeing SQLite
    2012-03-06 15:04:30 [INFO] [FalseBookIC] Disabling FalseBookIC v0.92.3alpha
    2012-03-06 15:04:30 [INFO] [ FalseBook IC ] FalseBookIC v0.92.3alpha by GeMo disabled
    2012-03-06 15:04:30 [INFO] [ChestShop] Disabling ChestShop v3.36
    2012-03-06 15:04:30 [INFO] [EssentialsChat] Disabling EssentialsChat v2.8.3
    2012-03-06 15:04:30 [INFO] [FalseBookExtra] Disabling FalseBookExtra v0.92.3alpha
    2012-03-06 15:04:30 [INFO] [ FalseBook Extra ] FalseBookExtra v0.92.3alpha by GeMo disabled
    2012-03-06 15:04:30 [INFO] Saving chunks
    
     
  9. Offline

    darkwarriors

    download dev version 2.6.3b2!
     
  10. Offline

    Matthias2000123

    Come the Pluginupdate for 1.2 soon?
     
  11. Offline

    darkwarriors

  12. Offline

    exenmann

    can you please update it to 1.2.3???
     
  13. Offline

    946ben

    I think this question has been answered 1000 times...
    It's not necesary to anwer it again... If you're not able to read the posts or visit the BukkitDev page then you have got a big big problem...

    Not only that :D I can't see a loading information of Vault. Should be one there?
     
  14. Offline

    Boru

    I got big problem. I got downloaded Vault latest and AuthMe latest, and people can't register, just can login, can some1 help me?
     
  15. Offline

    Chaosnoxus

    sry for my dumbness :D:p
     
  16. Offline

    946ben

    Do you have the latest AuthMe build or the latest dev-Build?
     
  17. Offline

    darkwarriors

    new command is /register password retypePassword

    Vault isent a must for AuthMe depend what security level u decide to use ;)
     
  18. Offline

    946ben

    But with his version you need Vault :D We're both right, either download the latest version or download vault
     
  19. Offline

    darkwarriors

    Right!
     
  20. Offline

    Boru

    Dev-build
     
  21. Offline

    sosnix

    Hi, When i want register new account i have message:
    How to fix it?
     
  22. Offline

    darkwarriors

    check in the config MaxRegistrationPerIP: 1 that is how many registration users can have for 1 ip :D
     
  23. Offline

    tincopper2

    Sorry, please make sense. I can't fucking understand you.
     
  24. Offline

    darkwarriors

    that reply refer to person that continuing asking update to 1.2.3 without reading any sort of Thread or wiki.

    Changelog: 2.6.3b3 http://dev.bukkit.org/server-mods/authme-reloaded/
    • Fix ForceRegistration bug as reported from user
    • fix radius check
    • attempt to fix GroupManager usses when GroupSwitching is active, now all group is checked per world
    • add new permissions for adding one more account registration bypass limit: authme.allowed2accounts
    • add SpoutCraft Login GUI from HOEZE
    • fix some error on quit location when players is died
    • cleanup code for increese performances

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  25. Offline

    Boru

    Okey Thanks it's work
     
  26. Offline

    avp247

    Hey question does this work for 1.2.3 and if not when will you update it for 1.2.3??

    Need answer fast Important
     
  27. Offline

    946ben

    Are you all silly???
    You all should learn reading...
     
  28. Offline

    tincopper2

    I don't quite know exactly how they do it, but I think they have to go into the source, and select the latest craftbukkit.jar as an external jar and build it with no errors, then they have to re-upload it.

    That's an error with Vault I think, try updating it.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  29. Offline

    FTMpro

  30. Offline

    darkwarriors

Share This Page