[RPG/MECH] mcMMO v1.2.07 - RPG Addiction Redefined! Multi-Lingual! [1337][1549]

Discussion in 'Inactive/Unsupported Plugins' started by nossr50, Feb 5, 2011.

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

    nossr50

  2. Offline

    bigougit

    use /mcability to toggle ability use on and off
     
  3. Offline

    Teh Caveman Man

    Hey noss,

    Can you think of any reason why XP isn't being collected with PVP combat? the setting inside the text file says true for that.

    It works on your server, so we must be f*cking something up :p
     
  4. Offline

    Flascher

    @bigougit: Does that just toggle it for myself? or the whole server?
     
  5. Offline

    assorted8

    Didn't get an answer last time; is there a way to toggle HP regen? I'm still using the old version 'cause I don't like it.
     
  6. Offline

    Dr. Zandi

    Your problem's in the permissions .yml file. Sounds like your "Default" group simply isn't able to build. Easy enough fix....
    Code:
    Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
    See that "build: false"? That's the only thing stopping "Default" group users from placing and destroying blocks. Set "false" to "true" and save it and it should be fixed.

    Yeah, just have a group without 'mcmmo.regeneration' in their permissions and they won't regen.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 18, 2016
  7. Offline

    bigougit

    just you. Only way to disable it for the whole server would be to remove it from permissions.

    /mcability is supposed to be listed in /mcc (haven't checked, but he said he added it) so you can tell your players to do /mcc for more information :D

    I actually e-mail my users a list of commands they can use and what they can do, pain in the ass to update, but they love it.
     
  8. Offline

    Dr. Zandi

    I find it's easier to just have 'mcmmo.motd' in the permissions for everyone so they see the message asking for them to type /mcmmo. Once they're done with the wall of text (lol) they can see it ask them to type /mcc for a list of commands. That's how I learned! Before I implemented permissions....
     
  9. Offline

    bigougit

    I have that too, but my players ignore it. But, they read a giant list of commands if I e-mail it to them, so I get even more work to do.. woo hoo :)
     
  10. Offline

    Abnormal Zombie

    Breaking blocks under protection (from worldguard for example) gives xp and the double loot. Can you please fix this? Its the reason mcmmo has been removed from my server.
     
  11. Offline

    Saehd

    Hi nossr since i loaded this plugin minecraft became the bst game i ever played. But since i changed Permission for Groupmanager i cant use mcmmo commands anymore.... help would be really apreciated!
     
  12. Offline

    Alunaris

    Thanks so much for the work you've done on this mod; it's been cool watching this actively grow so much, and my players have loved having their suggestions actually listened to and implemented. :)

    For once I'm posting with no bug complaints, but I've got a low priority suggestion.

    We use some colours of wool (in our case yellow, white, red, blue) as shooting range bull's-eyes. I think it'd be a fantastic idea to add config options like..

    archeryblocksEnable: true (default false)
    onArrowHit: [item id number], ... [item id number]
    arrowHitExp: 50

    I can't think quickly of how it might be done to give different values for different materials easily, but that might be overly complex.
     
  13. Is there anyway I could list all my players stats on a webpage so other players can see who is the top McMMO'er?
     
  14. Offline

    0nchen

    can u add a /stats top [skill] command to see who is the best in one skill ?
     
  15. Offline

    diegokilla

    Make sure that you inherit the groups that have the permissions, inheritance is essentialy the same with grpmanager, but can be a bit confusing with different setups

    nossr has stated he plans to implement this

    check out this plugin:
    http://forums.bukkit.org/threads/in...eb-based-view-of-your-mcmmo-stats-0-556.9815/
     
  16. Offline

    Pjam

    Yes 617 :)
     
  17. Offline

    KinaNeko

    A few features that would be rather neat are:

    (This would be guessing if the permissions were changed to only allow players to USE the skill(s) instead of giving it to them)

    1. Skill Points: Skill points would allow players to use a command via console (/mcc learn <skill>) so that you wouldn't have to configure them through the console to give each player skills

    2. Skill Point Leveling: Every x level in a skill will give players a new skill point to spend on getting a new skill, of course they would have to start with at least 1 skill point to get their first skill to start leveling.

    3. Allow players/groups to be able to start with a customizable x amount of skill points to allow them to get the skills right from the start.

    4. Allow players/groups to be assigned a MAXIMUM level of skills, for example: Group A is assigned 3 max skills so once players in that group learn 3, they will get a "You've already learned the maximum number of skills!" message and not be able to gain anymore skills.

    5. Allow the use of a /unlearn <skill> command via console to allow players to free a skill slot in order to learn different skills, causing them to loose all the levels from the skill they previously had (as well as possibly loosing the skill points too to prevent abuse in leveling skill points? However a player will always retain at LEAST 1 skill point from unlearning all skills to allow them to start over again).
     
  18. Offline

    TheStentch

    Mod looks killer just found it 10 mins ago. I read through, uploaded the jar changed the config. everything is working. A+ 5/5
     
  19. Offline

    majik64

    Nag author: '<NoAuthorGiven>' of 'mcMMO' about the following: onPlayerJoin has been replaced with a new signature, (PlayerJoinEvent)
     
  20. Offline

    imaxorz

    I just updated to 617 finally, and is it me or players are able to level up much, much faster?
     
  21. Offline

    AnrDaemon

    I suppose, it's yours. Just giving it back...
    Code:
    07:17:55 [SEVERE] Exception in thread "Timer-0"
    07:17:55 [SEVERE] java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    07:17:55 [SEVERE]       at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
    07:17:55 [SEVERE]       at com.gmail.nossr50.mcPermissions.axesAbility(mcPermissions.java:77)
    07:17:55 [SEVERE]       at com.gmail.nossr50.mcSkills.monitorSkills(mcSkills.java:273)
    07:17:55 [SEVERE]       at com.gmail.nossr50.mcTimer.run(mcTimer.java:27)
    07:17:55 [SEVERE]       at java.util.TimerThread.mainLoop(Unknown Source)
    07:17:55 [SEVERE]       at java.util.TimerThread.run(Unknown Source)
    07:17:55 [SEVERE] Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
    07:17:55 [SEVERE]       at java.net.URLClassLoader$1.run(Unknown Source)
    07:17:55 [SEVERE]       at java.security.AccessController.doPrivileged(Native Method)
    07:17:55 [SEVERE]       at java.net.URLClassLoader.findClass(Unknown Source)
    07:17:55 [SEVERE]       at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    07:17:55 [SEVERE]       at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    07:17:55 [SEVERE]       at java.lang.ClassLoader.loadClass(Unknown Source)
    07:17:55 [SEVERE]       at java.lang.ClassLoader.loadClass(Unknown Source)
    07:17:55 [SEVERE]       ... 6 more
    Happens right as player (me) login to server (617) with 1.4_01 client.
     
  22. Offline

    Glen

    Not sure if its a towny problem or mcMMO problem but with WorldGuard regions blocks don't give double drops but they do in towny protected regions allowing players to get double drops from unbreakable blocks in towny. using CB build 617 and towny unofficial build 0.61.
     
  23. Offline

    SavageCore

  24. Offline

    BioRage

    Is their anyway to prevent the double drop % system?
    IE flowers/ Mining?
     
  25. Offline

    TOAST7312

    getting this on 617 cb with 0.9.15

    Code:
    11:29:54 [SEVERE] Could not pass event PLAYER_INTERACT to mcMMO
    java.lang.LinkageError: com/nijiko/permissions/PermissionHandler
            at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
            at com.gmail.nossr50.mcPermissions.repair(mcPermissions.java:202)
            at com.gmail.nossr50.mcPlayerListener.onPlayerInteract(mcPlayerListener.
    java:80)
            at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.ja
    va:217)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:255)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:162)
            at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:207
    )
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:447)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    11:29:54 [SEVERE] java.lang.LinkageError: com/nijiko/permissions/PermissionHandl
    er
    11:29:54 [SEVERE]      at com.sk89q.bukkit.migration.NijiPermissionsResolver.ha
    sPermission(NijiPermissionsResolver.java:61)
    11:29:54 [SEVERE]      at com.sk89q.bukkit.migration.PermissionsResolverManager
    .hasPermission(PermissionsResolverManager.java:102)
    11:29:54 [SEVERE]      at com.sk89q.worldguard.bukkit.WorldGuardPlugin.hasPermi
    ssion(WorldGuardPlugin.java:284)
    11:29:54 [SEVERE]      at com.sk89q.worldguard.protection.GlobalRegionManager.h
    asBypass(GlobalRegionManager.java:214)
    11:29:54 [SEVERE]      at com.sk89q.worldguard.protection.GlobalRegionManager.c
    anBuild(GlobalRegionManager.java:246)
    11:29:54 [SEVERE]      at com.sk89q.worldguard.bukkit.WorldGuardBlockListener.o
    nBlockPlace(WorldGuardBlockListener.java:383)
    11:29:54 [SEVERE]      at org.bukkit.plugin.java.JavaPluginLoader$22.execute(Ja
    vaPluginLoader.java:297)
    11:29:54 [SEVERE]      at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:59)
    11:29:54 [SEVERE]      at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:255)
    11:29:54 [SEVERE]      at org.bukkit.craftbukkit.event.CraftEventFactory.callBl
    ockPlaceEvent(CraftEventFactory.java:84)
    11:29:54 [SEVERE]      at org.bukkit.craftbukkit.event.CraftEventFactory.callBl
    ockPlaceEvent(CraftEventFactory.java:68)
    11:29:54 [SEVERE]      at net.minecraft.server.ItemBlock.a(ItemBlock.java:75)
    11:29:54 [SEVERE]      at net.minecraft.server.ItemStack.a(ItemStack.java:56)
    11:29:54 [SEVERE]      at net.minecraft.server.ItemInWorldManager.a(ItemInWorld
    Manager.java:217)
    11:29:54 [SEVERE]      at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:447)
    11:29:54 [SEVERE]      at net.minecraft.server.Packet15Place.a(SourceFile:57)
    11:29:54 [SEVERE]      at net.minecraft.server.NetworkManager.a(NetworkManager.
    java:198)
    11:29:54 [SEVERE]      at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:72)
    11:29:54 [SEVERE]      at net.minecraft.server.NetworkListenThread.a(SourceFile
    :100)
    11:29:54 [SEVERE]      at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:368)
    11:29:54 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:283)
    11:29:54 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:375)
    Code:
    11:29:59 [SEVERE] Could not pass event BLOCK_BREAK to mcMMO
    java.lang.LinkageError: com/nijiko/permissions/PermissionHandler
            at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
            at com.gmail.nossr50.mcPermissions.mining(mcPermissions.java:188)
            at com.gmail.nossr50.mcBlockListener.onBlockBreak(mcBlockListener.java:5
    0)
            at org.bukkit.plugin.java.JavaPluginLoader$30.execute(JavaPluginLoader.j
    ava:345)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:255)
            at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156
    )
            at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:117
    )
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:359)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    11:29:59 [SEVERE] java.lang.LinkageError: com/nijiko/permissions/PermissionHandl
    er
    11:29:59 [SEVERE]      at com.sk89q.bukkit.migration.NijiPermissionsResolver.ha
    sPermission(NijiPermissionsResolver.java:61)
    11:29:59 [SEVERE]      at com.sk89q.bukkit.migration.PermissionsResolverManager
    .hasPermission(PermissionsResolverManager.java:102)
    11:29:59 [SEVERE]      at com.sk89q.worldguard.bukkit.WorldGuardPlugin.hasPermi
    ssion(WorldGuardPlugin.java:284)
    11:29:59 [SEVERE]      at com.sk89q.worldguard.protection.GlobalRegionManager.h
    asBypass(GlobalRegionManager.java:214)
    11:29:59 [SEVERE]      at com.sk89q.worldguard.protection.GlobalRegionManager.c
    anBuild(GlobalRegionManager.java:246)
    11:29:59 [SEVERE]      at com.sk89q.worldguard.protection.GlobalRegionManager.c
    anBuild(GlobalRegionManager.java:226)
    11:29:59 [SEVERE]      at com.sk89q.worldguard.bukkit.WorldGuardBlockListener.o
    nBlockBreak(WorldGuardBlockListener.java:96)
    11:29:59 [SEVERE]      at org.bukkit.plugin.java.JavaPluginLoader$30.execute(Ja
    vaPluginLoader.java:345)
    11:29:59 [SEVERE]      at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:59)
    11:29:59 [SEVERE]      at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:255)
    11:29:59 [SEVERE]      at net.minecraft.server.ItemInWorldManager.d(ItemInWorld
    Manager.java:156)
    11:29:59 [SEVERE]      at net.minecraft.server.ItemInWorldManager.b(ItemInWorld
    Manager.java:117)
    11:29:59 [SEVERE]      at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:359)
    11:29:59 [SEVERE]      at net.minecraft.server.Packet14BlockDig.a(SourceFile:42
    )
    11:29:59 [SEVERE]      at net.minecraft.server.NetworkManager.a(NetworkManager.
    java:198)
    11:29:59 [SEVERE]      at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:72)
    11:29:59 [SEVERE]      at net.minecraft.server.NetworkListenThread.a(SourceFile
    :100)
    11:29:59 [SEVERE]      at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:368)
    11:29:59 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:283)
    11:29:59 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:375)
    Code:
    11:30:02 [SEVERE] Could not pass event BLOCK_BREAK to mcMMO
    java.lang.LinkageError: com/nijiko/permissions/PermissionHandler
            at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
            at com.gmail.nossr50.mcPermissions.mining(mcPermissions.java:188)
            at com.gmail.nossr50.mcBlockListener.onBlockBreak(mcBlockListener.java:5
    0)
            at org.bukkit.plugin.java.JavaPluginLoader$30.execute(JavaPluginLoader.j
    ava:345)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:255)
            at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156
    )
            at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:117
    )
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:359)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    11:30:02 [SEVERE] java.lang.LinkageError: com/nijiko/permissions/PermissionHandl
    er
    11:30:02 [SEVERE]      at com.sk89q.bukkit.migration.NijiPermissionsResolver.ha
    sPermission(NijiPermissionsResolver.java:61)
    11:30:02 [SEVERE]      at com.sk89q.bukkit.migration.PermissionsResolverManager
    .hasPermission(PermissionsResolverManager.java:102)
    11:30:02 [SEVERE]      at com.sk89q.worldguard.bukkit.WorldGuardPlugin.hasPermi
    ssion(WorldGuardPlugin.java:284)
    11:30:02 [SEVERE]      at com.sk89q.worldguard.protection.GlobalRegionManager.h
    asBypass(GlobalRegionManager.java:214)
    11:30:02 [SEVERE]      at com.sk89q.worldguard.protection.GlobalRegionManager.c
    anBuild(GlobalRegionManager.java:246)
    11:30:02 [SEVERE]      at com.sk89q.worldguard.protection.GlobalRegionManager.c
    anBuild(GlobalRegionManager.java:226)
    11:30:02 [SEVERE]      at com.sk89q.worldguard.bukkit.WorldGuardBlockListener.o
    nBlockBreak(WorldGuardBlockListener.java:96)
    11:30:02 [SEVERE]      at org.bukkit.plugin.java.JavaPluginLoader$30.execute(Ja
    vaPluginLoader.java:345)
    11:30:02 [SEVERE]      at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:59)
    11:30:02 [SEVERE]      at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:255)
    11:30:02 [SEVERE]      at net.minecraft.server.ItemInWorldManager.d(ItemInWorld
    Manager.java:156)
    11:30:02 [SEVERE]      at net.minecraft.server.ItemInWorldManager.b(ItemInWorld
    Manager.java:117)
    11:30:02 [SEVERE]      at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:359)
    11:30:02 [SEVERE]      at net.minecraft.server.Packet14BlockDig.a(SourceFile:42
    )
    11:30:02 [SEVERE]      at net.minecraft.server.NetworkManager.a(NetworkManager.
    java:198)
    11:30:02 [SEVERE]      at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:72)
    11:30:02 [SEVERE]      at net.minecraft.server.NetworkListenThread.a(SourceFile
    :100)
    11:30:02 [SEVERE]      at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:368)
    11:30:02 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:283)
    11:30:02 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:375)
     
  26. Offline

    diegokilla

    disable the skills associate with it?
    edit: as in dont give the permission node
     
  27. Offline

    Donny

    My players have found ways to glitch it by "mining" and such in protected areas and doing so on diamond ore. it doesnt break the ore but gives a diamond when they get double drop. Also they get mad xp. They also do it with many other skills.
     
  28. Offline

    Abnormal Zombie

    Acrobatic's xp is not right. A player leveled up over 20 times in one jump. Something is wrong.
     
  29. Offline

    Owiii

    Hi guys, wonderful plugins !
    I just have a message which says : [GRAVE] [mcMMO] Permissions isn't loaded, there are no restrictions.
    Does anyone knows how to fix it ?

    Thanks !
     
  30. Offline

    NeonJ

    I've noticed that the multiplyers in the configuration files do nothing. Any way to get them to.. do something?

    EDIT: Is there also a way to stop the useless ignition from using a Bow?
     
  31. Offline

    Color42

    Acrobatics broke?
    I got CB617 permissions 2.5.5
    And people that jump to thier death get leveled up even do they arent supposed to?
     
Thread Status:
Not open for further replies.

Share This Page