[WIP] - ExpSkills v0.8.3 - buy permissions with experience/money [1.2.5-R2.0]

Discussion in 'WIP and Development Status' started by Syd, Sep 27, 2011.

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

    floit

    Npz! just shout if you need more testing
     
  2. Offline

    Syd

    Version 0.6.2 (11/6/2011)
    • fixed bug in groups implementation

    I messed up the order of some vars. x_x
     
  3. Offline

    floit

    Code:
    2011-11-06 14:21:34 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'xp' in plugin ExpSkills v0.6.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:501)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
        at com.syd.expskills.funcs.buySkill(funcs.java:598)
        at com.syd.expskills.CommandManager.onCommand(CommandManager.java:255)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 13 more
    This is what the console spits out when i try the buy command. Ingame im getting the internal error has occured.
     
  4. Offline

    Syd

    @floit

    Which Economy Plugin do you use?
    Are you using Essentials?
    Is Register 1.5 installed?
     
  5. Offline

    floit

    I use economy 6, no essentials and downloaded registrar 1.5 freshly
     
  6. Offline

    Syd

    Version 0.6.3 (11/6/2011)
    • fixed bug in Register when using iConomy
     
  7. Offline

    floit

    Alrite ima try it out.

    Still getting the same errors

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

    Syd

    @ floit
    check the Serverlog.
    Is there a "[ExpSkills] Failed" or "[ExpSkills] iConomy hooked" log entry?
     
  9. Offline

    floit

    Code:
    2011-11-06 14:17:45 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'xp' in plugin ExpSkills v0.6.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:501)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
        at com.syd.expskills.funcs.buySkill(funcs.java:598)
        at com.syd.expskills.CommandManager.onCommand(CommandManager.java:255)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 13 more
    2011-11-06 14:18:21 [INFO] [ExpSkills] ExpSkills 0.6.1 enabled
    2011-11-06 14:18:21 [INFO] [ExpSkills] PermissionsEX detected
    2011-11-06 14:18:21 [INFO] [ExpSkills] iConomy hooked
    Iconomy got hooked
     
  10. Offline

    Syd

    @floit
    and while you start the Server?
     
  11. Offline

    floit

    While loading i get only 2 lines

    Code:
    2011-11-06 17:06:35 [INFO] [ExpSkills] ExpSkills 0.6.1 enabled
    2011-11-06 17:06:35 [INFO] [ExpSkills] PermissionsEX detected
    It's loading before pex tho, i dunno if that could be a problem?
     
  12. Offline

    Syd

    The last message is popping up after the server is finished with loading, to make sure register is loaded at this point.

    If you dont get this Message you should try to redownload the plugin, maybe the zip because of the cache...
     
  13. Offline

    floit

    Again the same error, i deleted the jar and folder in my server, then redownloaded the .zip
    put the .jar in plugins and config in folder.

    My config:
    Code:
    version: 0.6.3
    general:
      skillpoint_modifier: 2.0
      currency: Dollar
      use_skilltree: false
      use_economy: true
    skills:
      skill0:
        name: testskill
        description: Just a example
        info: This Skill was created to show Admins how to use this configgile!
        cost_type: money
        skillpoints: 2
        money: 1000
        permissions_need:
        - expskills.use
        permissions_earn:
        - test.node
        groups_need:
        - member
        groups_earn:
        - admin
        categories:
        - example
    My complete start up log:
    Code:
    2011-11-06 17:06:28 [INFO] Starting minecraft server version Beta 1.8.1
    2011-11-06 17:06:28 [INFO] Loading properties
    2011-11-06 17:06:28 [INFO] Starting Minecraft server on *:25565
    2011-11-06 17:06:28 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1)
    2011-11-06 17:06:28 [INFO] [PermissionsEx] sql backend registered!
    2011-11-06 17:06:28 [INFO] [PermissionsEx] file backend registered!
    2011-11-06 17:06:28 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-11-06 17:06:29 [INFO] [PermissionsEx] p2compat backend registered!
    2011-11-06 17:06:29 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2011-11-06 17:06:29 [INFO] LWC: Loading shared objects
    2011-11-06 17:06:30 [INFO] LWC: Protection cache: 0/10000
    2011-11-06 17:06:30 [INFO] LWC: Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    2011-11-06 17:06:30 [INFO] [PermissionsEx] Initializing file backend
    2011-11-06 17:06:30 [INFO] [Register] Preferred method [null] not found, using first found.
    2011-11-06 17:06:30 [INFO] [Register] version 1.5 is enabled.
    2011-11-06 17:06:30 [INFO] [LogBlock] Version check: Your version is up to date
    2011-11-06 17:06:30 [INFO] [LogBlock] Connecting to
    
    2011-11-06 17:06:30 [INFO] [Catacombs] version 0.6 is loaded
    2011-11-06 17:06:31 [INFO] Spout 510 has been initialized
    2011-11-06 17:06:31 [INFO] Preparing level "Epicness"
    2011-11-06 17:06:31 [INFO] Default game type: 0
    2011-11-06 17:06:31 [INFO] Preparing start region for level 0 (Seed: 3301619406626646236)
    2011-11-06 17:06:32 [INFO] Preparing spawn area: 89%
    2011-11-06 17:06:32 [INFO] Preparing start region for level 1 (Seed: 1772835215)
    2011-11-06 17:06:33 [INFO] Preparing spawn area: 77%
    2011-11-06 17:06:33 [INFO] [xWarp]: 25 warps loaded
    2011-11-06 17:06:33 [INFO] [xWarp]: 0 warp protection areas loaded
    2011-11-06 17:06:33 [WARNING] [xWarp]: Skiped disabled permissions system: Permissions v2.7.7
    2011-11-06 17:06:33 [INFO] [xWarp]: No permissions system found until here. A permissions plugin will be maybe activated later.
    2011-11-06 17:06:33 [SEVERE] Error occurred while enabling xWarp v3.1.4 (Is it up to date?): Expecting non-static method com.nijikokun.register.payment.Methods.hasMethod()Z
    java.lang.IncompatibleClassChangeError: Expecting non-static method com.nijikokun.register.payment.Methods.hasMethod()Z
        at de.xzise.wrappers.economy.EconomyHandler.customLoad(EconomyHandler.java:165)
        at de.xzise.wrappers.Handler.load(Handler.java:88)
        at de.xzise.wrappers.Handler.load(Handler.java:59)
        at de.xzise.xwarp.XWarp.onEnable(XWarp.java:131)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-11-06 17:06:33 [INFO] FalseBookExtra v0.88alpha by GeMo enabled
    2011-11-06 17:06:34 [INFO] [MyWorlds] Using build-in 'Bukkit SuperPerms' as permissions plugin!
    2011-11-06 17:06:34 [WARNING] [MyWorlds] World: epicness no longer exists and has not been loaded!
    2011-11-06 17:06:34 [INFO] [MyWorlds] Loading or creating world: 'zombieworld' using seed 0
    2011-11-06 17:06:34 [INFO] Preparing start region for level 2 (Seed: -1501448241570375486)
    2011-11-06 17:06:34 [INFO] [MyWorlds] Successfully bound variable to region file cache.
    2011-11-06 17:06:34 [INFO] [MyWorlds] File references to unloaded worlds will be cleared!
    2011-11-06 17:06:34 [INFO] [MyWorlds] version 1.22 is enabled!
    2011-11-06 17:06:34 [INFO] [iConomy - Celty] Enabled (56 ms)
    2011-11-06 17:06:34 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-11-06 17:06:34 [INFO] FalseBookBlock v0.88alpha by GeMo enabled
    2011-11-06 17:06:34 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-11-06 17:06:35 [INFO] [Residence] Found Permissions Plugin!
    2011-11-06 17:06:35 [INFO] [Residence] Permissions running in Legacy mode!
    2011-11-06 17:06:35 [INFO] [Residence] Successfully linked with iConomy! Version: 6.0.7b
    2011-11-06 17:06:35 [INFO] [Residence] Loaded...
    2011-11-06 17:06:35 [INFO] [Residence] Enabled! Version 2.4.2 by bekvon
    2011-11-06 17:06:35 [INFO] [ExpSkills] ExpSkills 0.6.1 enabled
    2011-11-06 17:06:35 [INFO] [ExpSkills] PermissionsEX detected
    2011-11-06 17:06:35 [INFO] WorldEdit 4.7 enabled.
    2011-11-06 17:06:35 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-11-06 17:06:35 [INFO] [MultiInv] version 2.4.2 is enabled!
    2011-11-06 17:06:36 [INFO] [PermissionsEx] Superperms support enabled.
    2011-11-06 17:06:36 [INFO] [PermissionsEx] v1.15 enabled
    2011-11-06 17:06:36 [INFO] WorldEdit: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-11-06 17:06:36 [INFO] [CFBanner] CFBanner has been enabled!
    2011-11-06 17:06:36 [INFO] [CFBanner] Permissions found. Using Permissions v2.7.7
    2011-11-06 17:06:36 [INFO] [CFBanner] 1.9.3 loaded!
    2011-11-06 17:06:36 [INFO] [FalseBook Core] FalseBookCore v0.88alpha by GeMo enabled!
    2011-11-06 17:06:36 [INFO] WorldGuard: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-11-06 17:06:36 [INFO] WorldGuard: (Epicness) Single session is enforced.
    2011-11-06 17:06:36 [INFO] WorldGuard: (Epicness) TNT ignition is PERMITTED.
    2011-11-06 17:06:36 [INFO] WorldGuard: (Epicness) Lighters are PERMITTED.
    2011-11-06 17:06:36 [INFO] WorldGuard: (Epicness) Lava fire is blocked.
    2011-11-06 17:06:36 [INFO] WorldGuard: (Epicness) All fire spread is disabled.
    2011-11-06 17:06:36 [INFO] WorldGuard: Loaded configuration for world 'Epicness"
    2011-11-06 17:06:36 [INFO] WorldGuard: (Epicness_nether) Single session is enforced.
    2011-11-06 17:06:36 [INFO] WorldGuard: (Epicness_nether) TNT ignition is PERMITTED.
    2011-11-06 17:06:36 [INFO] WorldGuard: (Epicness_nether) Lighters are PERMITTED.
    2011-11-06 17:06:36 [INFO] WorldGuard: (Epicness_nether) Lava fire is blocked.
    2011-11-06 17:06:36 [INFO] WorldGuard: (Epicness_nether) All fire spread is disabled.
    2011-11-06 17:06:36 [INFO] WorldGuard: Loaded configuration for world 'Epicness_nether"
    2011-11-06 17:06:36 [INFO] WorldGuard: (zombieworld) Single session is enforced.
    2011-11-06 17:06:36 [INFO] WorldGuard: (zombieworld) TNT ignition is PERMITTED.
    2011-11-06 17:06:36 [INFO] WorldGuard: (zombieworld) Lighters are PERMITTED.
    2011-11-06 17:06:36 [INFO] WorldGuard: (zombieworld) Lava fire is blocked.
    2011-11-06 17:06:36 [INFO] WorldGuard: (zombieworld) All fire spread is disabled.
    2011-11-06 17:06:36 [INFO] WorldGuard: Loaded configuration for world 'zombieworld"
    2011-11-06 17:06:36 [WARNING] WorldGuard: Region file for world "Epicness" missing or inaccessible.
    2011-11-06 17:06:36 [WARNING] WorldGuard: Region file for world "Epicness_nether" missing or inaccessible.
    2011-11-06 17:06:36 [WARNING] WorldGuard: Region file for world "zombieworld" missing or inaccessible.
    2011-11-06 17:06:36 [INFO] WorldGuard 5.3 enabled.
    2011-11-06 17:06:36 [INFO] FalseBookIC v0.88alpha by GeMo enabled
    2011-11-06 17:06:36 [INFO] [Modifyworld] Modifyworld enabled!
    2011-11-06 17:06:36 [INFO] CommandBook 1.6-customized enabled.
    2011-11-06 17:06:36 [WARNING] CommandBook: 0 Warps(s) loaded
    2011-11-06 17:06:36 [WARNING] CommandBook: 1 Homes(s) loaded
    2011-11-06 17:06:36 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-11-06 17:06:36 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-11-06 17:06:36 [INFO] CommandBook: 1 kit(s) loaded.
    2011-11-06 17:06:36 [INFO] CommandBook: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-11-06 17:06:36 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-11-06 17:06:36 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-11-06 17:06:36 [INFO] WorldEdit: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-11-06 17:06:36 [INFO] WorldGuard: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-11-06 17:06:36 [INFO] CommandBook: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-11-06 17:06:36 [INFO] [HeroChat] Permissions 2.7.7 found.
    2011-11-06 17:06:36 [INFO] [NoCheat] This version is for CB #1317. It may break at any time and for any other version.
    2011-11-06 17:06:36 [INFO] [NoCheat] version [2.13] is enabled.
    2011-11-06 17:06:36 [INFO] RawcriticsOreObfuscationPluginSpout 1.6.5.1 plugin enabled
    2011-11-06 17:06:36 [INFO] RawcriticsOreObfuscationPluginSpout connected to the Ore Obfuscate Engine and turned it on! Using Engine: 2
    2011-11-06 17:06:36 [INFO] RawcriticsOreObfuscationPluginSpout: Spout Packet Manager found, assuming Spout version is 1.0.5
    2011-11-06 17:06:36 [INFO] MCMACOMPAT r15A
    2011-11-06 17:06:36 [INFO] McMyAdmin Compatibility Plugin version r15A started.
    2011-11-06 17:06:36 [INFO] [NoLagg] chunk handler add-on version 1.04 is enabled!
    2011-11-06 17:06:36 [INFO] [Register] Payment method found (iConomy version: 6)
    2011-11-06 17:06:36 [INFO] [LogBlock] Permissions plugin found.
    2011-11-06 17:06:36 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
    2011-11-06 17:06:36 [INFO] LogBlock v1.32 by DiddiZ enabled.
    2011-11-06 17:06:36 [INFO] [NoLagg] Auto-save field bound to 'u'!
    2011-11-06 17:06:36 [INFO] NoLagg version 1.32 is enabled!
    2011-11-06 17:06:36 [INFO] WorldBorder version 1.4.3 loading
    2011-11-06 17:06:36 [INFO] [WorldBorder] [CONFIG] Using square border, knockback of 3.0 blocks, and timer delay of 5.
    2011-11-06 17:06:36 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.
    2011-11-06 17:06:36 [INFO] [WorldBorder] [CONFIG] World "Epicness" has border radius 6000 at X: -93.4 Z: 822.5 (shape override: square)
    2011-11-06 17:06:36 [INFO] [WorldBorder] [CONFIG] World "zombieworld" has border radius 1500 at X: -2.6 Z: 1.2 (shape override: square)
    2011-11-06 17:06:36 [INFO] [WorldBorder] [CONFIG] Will use plugin for permissions: Permissions v2.7.7
    2011-11-06 17:06:36 [INFO] For reference, the main world's spawn location is at X: -94 Y: 116 Z: 822
    2011-11-06 17:06:36 [INFO] LWC: Loaded 137 locale strings (0 overrides)
    2011-11-06 17:06:36 [INFO] LWC: Permissions API: PEXPermissions
    2011-11-06 17:06:36 [INFO] LWC: Currency API: iConomy6Currency
    2011-11-06 17:06:36 [INFO] LWC: Loading MySQL
    2011-11-06 17:06:36 [INFO] LWC: Using: Mysql-connector-java-5.1.14 ( Revision: ${bzr.revision-id} )
    2011-11-06 17:06:36 [INFO] LWC: Precached 3 protections.
    2011-11-06 17:06:36 [INFO] LWC: At version: 3.53 (b294)
    2011-11-06 17:06:36 [INFO] [Catacombs] Looking for Permissions plugin
    2011-11-06 17:06:36 [INFO] [Catacombs] Found and will use plugin Permissions v2.7.7
    2011-11-06 17:06:37 [INFO] [Catacombs] Preferred payment method [any] not found, using first found.
    2011-11-06 17:06:37 [INFO] [Catacombs] Payment method found (iConomy version: 6)
    2011-11-06 17:06:37 [INFO] [Catacombs] version 0.6 is enabled
    2011-11-06 17:06:37 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-11-06 17:06:38 [INFO] Done (0.701s)! For help, type "help" or "?"
    2011-11-06 17:06:38 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-11-06 17:06:38 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-11-06 17:06:38 [INFO] [FalseBook Block] 0 protected gateblocks successfully loaded.
    2011-11-06 17:06:41 [INFO] [FalseBook IC] Loaded selftriggered ICs: 0 done
    2011-11-06 17:06:41 [INFO] [FalseBook IC] Loaded selftriggered ICs: 0 failed
    2011-11-06 17:06:57 [INFO] Kruidenzout     ([Epicness] 7.5625, 66.0, -87.9375)
    2011-11-06 17:06:58 [INFO] [MultiInv] Shared worlds loaded with no errors
    2011-11-06 17:06:58 [INFO] [MultiInv] New player detected: Kruidenzout
    2011-11-06 17:06:58 [INFO] New max size: 484
    2011-11-06 17:06:58 [INFO] New max size: 784
    2011-11-06 17:07:34 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'xp' in plugin ExpSkills v0.6.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:501)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
        at com.syd.expskills.funcs.buySkill(funcs.java:617)
        at com.syd.expskills.CommandManager.onCommand(CommandManager.java:255)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 13 more
    2011-11-06 17:08:17 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'xp' in plugin ExpSkills v0.6.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:501)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
        at com.syd.expskills.funcs.buySkill(funcs.java:617)
        at com.syd.expskills.CommandManager.onCommand(CommandManager.java:255)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
     
  14. Offline

    Syd

    @floit
    sure you updated correctly?

    There is a log message missing, which was added in 0.6.3

    Maybe this link does help you.
     
  15. Offline

    floit

    It works!!!! woohoo!!

    Haha you're my real hero of the day man, ty for your time and help! I will continue testing this build and if i find bugs ill report back here :)

    Again thank you!
     
  16. Offline

    Warboy

    would it be possible to somehow limit the number of total skills that any one player could buy?
    say for instance i have a server with 20 levels and 30 skills and i want to restrict players to one skill per level.
    perhaps a permission node that could be set for different groups?
    something along the lines of 'expskills.maxskills.<x>' where x is the maximum number of skills available?
     
  17. Offline

    Syd

    @Warboy
    Added to my To-Do List. :)
     
  18. Offline

    Burns1

    16:14:34 [WARNING] Task of 'ExpSkills' generated an exception
    java.lang.NoClassDefFoundError: com/nijikokun/register/payment/Methods
    at com.syd.expskills.ExpSkills$1.run(ExpSkills.java:98)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeart
    raftScheduler.java:137)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:3
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.register.paymen
    ods
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassL
    java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassL
    java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    ... 5 more
    >

    Iconomy6
    latest build (0.63)
    Pex.
     
  19. Offline

    Syd

  20. Offline

    Burns1

    didnt say its need ;(

    would be nice if add download link to the main page

    anyways - nice plugin going to use it ;)
     
  21. Offline

    Syd

    Added downloadlink to main page.^^
     
  22. Offline

    Pim1234

  23. Offline

    Syd

    I assume that you inherite all permissions of the parent group? (e.g. Paladin got's all permissions of Citizen)

    Then you should use the skilltree feature.

    Create all 10 groups in your permissions plugin and add the nodes every group earns compared to the parent group.

    Then put this 10 groups into 10 "skills" under groups_earn:
    After that you just need to config the skilltree to say which group block another.
    E.g. Citizen is skill1 and Purse Snatcher is skill2 you need to tell the skilltree that skill1 blocks skill2 and vice versa.

    If hope it helps you...^^
     
  24. Offline

    Pim1234

    yeah it does :)
    thanks!
     
  25. Offline

    Syd

    Updated to Version 0.6.4

    Version 0.6.4 (11/16/2011)
    • fixed bug with skillpoints
    • fixed /xp help list
    • fixed /xp list <page> filter does not work
    • some changes in PEX to use global permissions, not per world (you may need to update your players permissions)

    This Plugin is now also avaible on BukkitDev.

    And last but not least I added a few comments to the config files in my headpost. :)
     
  26. Offline

    Syd

    If you occur problems with activating the plugin in 1.0 , try the dev build.
    Also please post if you find problems with this build.

    In 1.0 the Skillpoint thing is broken through the enchantment and new XP stuff, but after my first lookup it should be possible to fix that without harming Enchantement or Skillpoints.
     
  27. Offline

    Darcion

    any ETA for PermissionsBukkit support?
     
  28. Offline

    Syd

    Correct me if I´m wrong but afaik there is no real API to PermissionsBukkit, just the Stuff from Craftbukkit itself.
    I´m currently using Craftbukkit Permissions if PermBukkit is detected.

    So, Group Features wont work with PermBukkit.
    Buying permission nodes should work, but only through Craftbukkit.
    Basicly it's the same as when you use no Permissions Plugin.
    And until PermBukkit gets a API, I can't change it.

    The only Permissions Plugin which works perfect is PermissionsEX.
    With bPermissions you can use group features, but Nodes are still handled over Craftbukkit.
    Permissions 2/3 cannot add/remove groups, but add/remove Nodes should work.
     
  29. Offline

    Darcion

  30. Offline

    Xye

    Please add rentable skilly :(
     
Thread Status:
Not open for further replies.

Share This Page