Coder Social home page Coder Social logo

mcmmo-classic's Introduction

mcMMO Classic

The RPG lovers mod

Builds

Currently, you can obtain our builds via the Spigot resource page: https://www.spigotmc.org/resources/official-mcmmo-classic.2445/

Brief Description

The goal of mcMMO is to take core Minecraft game mechanics and expand them into add an extensive and quality RPG experience. Everything in mcMMO has been carefully thought out and is constantly being improved upon. Currently, mcMMO adds fourteen unique skills to train and level in. Each of these skills is highly customizable through our configuration files, allowing server admins to tweak mcMMO to best suit the needs of his or her server. Know that the mcMMO team is dedicated to providing an ever-evolving experience, and that we carefully read all feedback and bug reports in order to evaluate and balance the mechanics of mcMMO in every update.

About the Team

mcMMO is currently developed by a team of individuals from all over the world.

Active Developers

t00thpick1 Glitchfinder nossr50

Prior Developers

riking NuclearW shatteredbeam TfT_02 gmcferrin bm01

Special thanks

EasyMFnE
Added the Alchemy skill

Compiling

mcMMO uses Maven 3 to manage dependencies, packaging, and shading of necessary classes; Maven 3 is required to compile mcMMO.

The typical command used to build mcMMO is: mvn clean package install

Required Libraries:

  • JUnit
  • Bukkit

https://www.spigotmc.org/resources/official-mcmmo-classic.2445/ for more up to date information.

mcmmo-classic's People

Contributors

andris155 avatar aromaa avatar artelgg avatar bestle avatar bm01 avatar btarb24 avatar diablolend avatar diskmaster avatar dorcomando avatar evilolaf avatar ezeiger92 avatar giovanh avatar glitchfinder avatar gmcferrin avatar jamiesinn avatar loggits avatar luckywarp avatar matix931 avatar mcmmopolish avatar mcunha avatar nossr50 avatar nuclearw avatar riking avatar shanecba avatar shatteredbeam avatar sidshakal avatar tft-02 avatar theyeti avatar trapalice avatar zreed avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mcmmo-classic's Issues

not support PlaceHolder

Hello.
I'd like to ask about Some placeholder variable can't work on it.
It's like "%mcmmo_level_%".
Have you change placeholder variable support?

Repair Anvil

Just purchased MCMMO and everything seems to be running smoothly except repairing via an Iron Block. Upon placing the block, I get the message saying it can be used to repair, but right clicking (with the item and crafting components both in my inventory), nothing happens.

Update: Finally found the issue, for anyone having this problem in the future.. Under abilities, with Activate only when sneaking set to True, this applies to the anvil/salvage as well.

Closing thread.

Error when deactivating

Hey,
i get this error when the plugin is disabled:

java.lang.ExceptionInInitializerError: null
	at com.gmail.nossr50.mcMMO.onDisable(mcMMO.java:198) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:256) ~[spigot.jar:git-Spigot-518206a-a5b9c7b]
	at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:422) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at com.gmail.nossr50.config.ConfigLoader.validate(ConfigLoader.java:67) [mcMMO.jar:?]
	at com.gmail.nossr50.config.Config.<init>(Config.java:23) [mcMMO.jar:?]
	at com.gmail.nossr50.config.Config.getInstance(Config.java:28) [mcMMO.jar:?]
	at com.gmail.nossr50.locale.LocaleLoader.initialize(LocaleLoader.java:80) [mcMMO.jar:?]
	at com.gmail.nossr50.locale.LocaleLoader.getString(LocaleLoader.java:33) [mcMMO.jar:?]
	at com.gmail.nossr50.locale.LocaleLoader.getString(LocaleLoader.java:21) [mcMMO.jar:?]
	at com.gmail.nossr50.datatypes.skills.ToolType.<clinit>(ToolType.java:10) [mcMMO.jar:?]
	at com.gmail.nossr50.datatypes.skills.SkillType.<clinit>(SkillType.java:42) [mcMMO.jar:?]
	at com.gmail.nossr50.config.AdvancedConfig.getMaxChance(AdvancedConfig.java:693) [mcMMO.jar:?]
	at com.gmail.nossr50.config.AdvancedConfig.validateKeys(AdvancedConfig.java:48) [mcMMO.jar:?]
	at com.gmail.nossr50.config.ConfigLoader.validate(ConfigLoader.java:62) [mcMMO.jar:?]
	at com.gmail.nossr50.config.AdvancedConfig.<init>(AdvancedConfig.java:22) [mcMMO.jar:?]
	at com.gmail.nossr50.config.AdvancedConfig.getInstance(AdvancedConfig.java:27) [mcMMO.jar:?]
	at com.gmail.nossr50.mcMMO.loadConfigFiles(mcMMO.java:376) [mcMMO.jar:?]
	at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:134) [mcMMO.jar:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.reload(CraftServer.java:806) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at org.bukkit.Bukkit.reload(Bukkit.java:570) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:27) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:139) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:702) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchServerCommand(CraftServer.java:687) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at net.minecraft.server.v1_13_R2.DedicatedServer.handleCommandQueue(DedicatedServer.java:459) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:418) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:830) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:728) [spigot.jar:git-Spigot-518206a-a5b9c7b]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
Caused by: java.lang.NullPointerException
	at com.gmail.nossr50.datatypes.skills.SkillType.values(SkillType.java:38) ~[?:?]
	at com.gmail.nossr50.datatypes.skills.SkillType.bySecondaryAbility(SkillType.java:197) ~[?:?]
	at com.gmail.nossr50.config.AdvancedConfig.getMaxChance(AdvancedConfig.java:693) ~[?:?]
	at com.gmail.nossr50.config.AdvancedConfig.validateKeys(AdvancedConfig.java:48) ~[?:?]
	at com.gmail.nossr50.config.ConfigLoader.validate(ConfigLoader.java:62) ~[?:?]
	at com.gmail.nossr50.config.AdvancedConfig.<init>(AdvancedConfig.java:22) ~[?:?]
	at com.gmail.nossr50.config.AdvancedConfig.getInstance(AdvancedConfig.java:27) ~[?:?]
	at com.gmail.nossr50.skills.alchemy.Alchemy.<clinit>(Alchemy.java:51) ~[?:?]
	... 35 more

Server Version: CraftBukkit version git-Spigot-518206a-a5b9c7b (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
Config:

#
#  mcMMO configuration
#  Last updated on 1.6.0-b11
#
#####

#
#  Settings for mcMMO in general
###
General:
    Locale: de_DE
    MOTD_Enabled: true
    # Send a message to the player when his profile was successfully loaded
    Show_Profile_Loaded: false
    # Amount of time (in minutes) to wait between saves of player information
    Save_Interval: 5
    # Allow mcMMO to report on basic anonymous usage
    Stats_Tracking: true
    # Allow mcMMO to check if a new version is available
    Update_Check: true
    Prefer_Beta: true
    Power_Level_Cap: 0
    # Should mcMMO truncate levels if you lower your max level cap for a skillname
    TruncateSkills: false
    # Should mcMMO print out debug messages?
    Verbose_Logging: false
    # Should mcMMO over-write configs to update, or make new ones ending in .new?
    Config_Update_Overwrite: true
    # Play level-up sounds
    LevelUp_Sounds: true

    # This should fix blocks being broken client side, but not server-side.
    # Enable to refresh the chunks around a player at the end of Super Breaker,
    # Giga Drill Breaker, and Berserk. Resource intensive for larger servers.
    Refresh_Chunks: true

#
#  Settings for the mcMMO scoreboards
###
Scoreboard:
    # Display player's power levels below their names?
    Power_Level_Tags: trues

    # Allow players to use "/mcscoreboard keep" to keep the scoreboard up
    Allow_Keep: true

    # Show the /mcstats scoreboard automatically after logging in
    Show_Stats_After_Login: true

    # Show scoreboard tips 5 times. Tips are only displayed once for every login session.
    # Set to 0 to never show these tips.
    Tips_Amount: 0

    # Add some more color on the board :-)
    Rainbows: true

    # Display ability names?
    Ability_Names: true

    # Settings for each type of scoreboard
    # Print: Should the command output be printed in chat?
    # Board: Should the command output be displayed in the scoreboard sidebar?
    # Display_Time: Amount of time (seconds) to display in the sidebar before clearing.
    # To display permanently, use "/mcscoreboard keep" or set to -1
    Types:
        # Settings for /mcrank
        # The sub-options (Print, Board, Display_Time) are the same for each type.
        Rank:
            Print: false
            Board: true
            Display_Time: 15
        # Settings for /mctop
        Top:
            Print: true
            Board: true
            Display_Time: 15
        # Settings for /mcstats
        Stats:
            Print: false
            Board: true
            Display_Time: 15
        # Settings for /inspect
        Inspect:
            Print: false
            Board: true
            Display_Time: 20
        # Settings for /mccooldown
        Cooldown:
            Print: true
            Board: true
            Display_Time: 41
        # Settings for /<skillname> (e.g. /mining, /unarmed)
        # No "print" option is given here; the information will always be displayed in chat.
        # It should also be noted that this display is pretty dang cool.
        Skill:
            Board: true
            Display_Time: -1

            # Should the board be shown when a player levels up, and for how long?
            # It is recommended to NOT have LevelUp_Time be -1, as this may confuse players.
            LevelUp_Board: true
            LevelUp_Time: 5

Mob_Healthbar:
    # Enabled: Whether or not the feature is enabled at all
    # Display_Type: Per player Default display for mob health bars - HEARTS, BAR, or DISABLED
    # Display_Time: Amount of time (in seconds) to display. To display permanently, set to -1
    Enabled: true
    Display_Type: HEARTS
    Display_Time: 3

Database_Purging:
    # Amount of time (in hours) to wait between database purging
    # To only run at server start, set to 0
    # To never run, set to -1
    Purge_Interval: -1
    # Any user who hasn't connected in this many months will be purged from the database
    # To never purge old users, set to -1
    Old_User_Cutoff: 6

#
#  Settings for Backups
#  Allow mcMMO to create zip backups for config files and flatfile data on shutdown.
###
Backups:
    Enabled: true

    Keep:
        Last_24_Hours: true
        Daily_Last_Week: true
        Weekly_Past_Months: true

#
#  Settings for using a mySQL database
###
MySQL:
    Enabled: true
    Database:
        User_Name: root
        User_Password: xxxxxxxxxxx
        Name: mcmmo
        TablePrefix: mcmmo_
        # This setting is the max simultaneous mysql connections allowed at a time, needs to be
        # high enough to support multiple player logins in quick succession
        MaxConnections:
            Misc: 30
            Load: 30
            Save: 30
        # This setting is the max size of the pool of cached connections that we hold available
        # at any given time
        MaxPoolSize:
            Misc: 10
            Load: 20
            Save: 20
    Server:
        Port: 3306
        Address: localhost

#
#  Settings for Hardcore mode
#  Players will not lose stats when their level is below the Level_Threshold
###
Hardcore:
    Death_Stat_Loss:
        Penalty_Percentage: 75.0
        Level_Threshold: 0
        Enabled:
            Acrobatics: false
            Alchemy: false
            Archery: false
            Axes: false
            Excavation: false
            Fishing: false
            Herbalism: false
            Mining: false
            Repair: false
            Swords: false
            Taming: false
            Unarmed: false
            Woodcutting: false
    Vampirism:
        Leech_Percentage: 5.0
        Level_Threshold: 0
        Enabled:
            Acrobatics: false
            Alchemy: false
            Archery: false
            Axes: false
            Excavation: false
            Fishing: false
            Herbalism: false
            Mining: false
            Repair: false
            Swords: false
            Taming: false
            Unarmed: false
            Woodcutting: false

#
#  Settings for SMP Mods
###
Mods:
    Tool_Mods_Enabled: false
    Armor_Mods_Enabled: false
    Block_Mods_Enabled: false
    Entity_Mods_Enabled: false

#
#  Settings for mcMMO items
###
Items:
    Chimaera_Wing:
        Enabled: true
        Cooldown: 240
        Warmup: 5
        RecentlyHurt_Cooldown: 60
        Prevent_Use_Underground: true
        # Attempt to use the bed spawn, if one is available
        Use_Bed_Spawn: true
        Use_Cost: 1
        Recipe_Cost: 5
        Item_Name: FEATHER
        Sound_Enabled: true
    Flux_Pickaxe:
        Enabled: true
        Sound_Enabled: true

#
#  Settings for Parties
###
Party:
    # Amount of time (in hours) to wait between automatically kicking old party members
    # To only run at server start, set to 0
    # To never kick old users, set to -1
    AutoKick_Interval: 12
    # Any user who hasn't connected in this many days will get kicked from their party
    Old_Party_Member_Cutoff: 7

    # Settings for party share modes
    Sharing:
        ExpShare_bonus_base: 1.1
        ExpShare_bonus_increase: 1.05
        ExpShare_bonus_cap: 1.5
        Range: 75.0

    # Party members level up their party by earning individual experience
    # Newly created parties will not immediately have access to all the party features
    # and have to level up the party a bit before they can use them.
    Leveling:
        Level_Cap: 10

        # Uses the regular XP formula but is multiplied by <amount of party members> + <Xp_Curve_Modifier>
        Xp_Curve_Modifier: 3
        Near_Members_Needed: false
        Inform_All_Party_Members_On_LevelUp: false

        Chat_UnlockLevel: 1
        Teleport_UnlockLevel: 2
        Alliance_UnlockLevel: 5
        ItemShare_UnlockLevel: 8
        XpShare_UnlockLevel: 10

#
#  Settings for Abilities
###
Abilities:
    Enabled: true
    Messages: true
    Activation:
        Only_Activate_When_Sneaking: false
    Cooldowns:
        Berserk: 240
        Blast_Mining: 60
        Giga_Drill_Breaker: 240
        Green_Terra: 240
        Serrated_Strikes: 240
        Skull_Splitter: 240
        Super_Breaker: 240
        Tree_Feller: 240
    Max_Seconds:
        Berserk: 0
        Blast_Mining: 0
        Giga_Drill_Breaker: 0
        Green_Terra: 0
        Serrated_Strikes: 0
        Skull_Splitter: 0
        Super_Breaker: 0
        Tree_Feller: 0
    Limits:
        Tree_Feller_Threshold: 500
    Tools:
        # Use more tool durability while using abilities. Set Durability_Loss to 0 to disable the extra durability damage.
        Durability_Loss: 1

#
#  Settings for Skills
#  Level cap of 0 for no limit
###
Skills:
    Acrobatics:
        Enabled_For_PVP: true
        Enabled_For_PVE: true
        Prevent_AFK_Leveling: true
        Max_Tries_At_Same_Location: 3
        Prevent_Dodge_Lightning: false
        # Prevent earning Acrobatics XP a few seconds after teleporting
        XP_After_Teleport_Cooldown: 5
        Level_Cap: 0
    Alchemy:
        # Allow Hoppers to transfer ingredients and brew Rank 1 Alchemy potions
        Enabled_for_Hoppers: true
        # Prevent Hoppers from transferring ingredients into Brewing Stands
        Prevent_Hopper_Transfer_Ingredients: false
        # Prevent Hoppers from transferring bottles into Brewing Stands
        Prevent_Hopper_Transfer_Bottles: false
        Level_Cap: 0
    Archery:
        Enabled_For_PVP: true
        Enabled_For_PVE: true
        Level_Cap: 0
    Axes:
        Enabled_For_PVP: true
        Enabled_For_PVE: true
        Level_Cap: 0
    Excavation:
        Level_Cap: 0
    Fishing:
        Level_Cap: 0
        Drops_Enabled: true
        Override_Vanilla_Treasures: true
        # Always catch fish, even when treasure is found
        Extra_Fish: false
        Lure_Modifier: 4.0
    Herbalism:
        Level_Cap: 0
        Prevent_AFK_Leveling: true
    Mining:
        Level_Cap: 0
        Detonator_Name: FLINT_AND_STEEL
    Repair:
        Level_Cap: 0
        Anvil_Messages: true
        Anvil_Placed_Sounds: true
        Anvil_Use_Sounds: true
        Anvil_Material: IRON_BLOCK
        # Ask for a confirmation when a player tries to repair an enchanted item
        Confirm_Required: true
    Salvage:
        Level_Cap: 0
        Anvil_Messages: true
        Anvil_Placed_Sounds: true
        Anvil_Use_Sounds: true
        Anvil_Material: GOLD_BLOCK
        # Ask for a confirmation when a player tries to salvage an enchanted item
        Confirm_Required: true
    Smelting:
        Level_Cap: 0
    Swords:
        Enabled_For_PVP: true
        Enabled_For_PVE: true
        Level_Cap: 0
    Taming:
        Enabled_For_PVP: true
        Enabled_For_PVE: true
        Level_Cap: 0
        Call_Of_The_Wild:
            # Item_Material: Material of the item needed to summon the pet
            # Item_Amount: Amount of items required to summon the pet
            # Summon_Amount: Amount of pets to summon when using Call Of The Wild
            # Summon_Length: Pets despawn when their summon life length expires
            # Summon_Max_Amount: Maximum amount of pets that can be summoned at the same time
            Wolf:
                Item_Material: BONE
                Item_Amount: 10
                Summon_Amount: 1
                Summon_Length: 240
                Summon_Max_Amount: 10
            Ocelot:
                Item_Material: COD
                Item_Amount: 10
                Summon_Amount: 1
                Summon_Length: 240
                Summon_Max_Amount: 10
            Horse:
                Item_Material: APPLE
                Item_Amount: 10
                Summon_Amount: 1
                Summon_Length: 240
                Summon_Max_Amount: 10

            # Range to check for nearby pets when using Call Of The Wild, 0 will disable the check
            Range: 40.0

    Unarmed:
        Enabled_For_PVP: true
        Enabled_For_PVE: true
        Level_Cap: 0
        Block_Cracker:
            SmoothBrick_To_CrackedBrick: true
        # When using Unarmed, picked up items will automatically get moved to a free slot instead of going in the slot
        # of your hand. Should item pickup be disabled when your entire inventory - except for your hand - is full?
        Item_Pickup_Disabled_Full_Inventory: true
        # Any attacks made without a tool, i.e. with one's open hand, a block, etc., will count as unarmed. 
        Items_As_Unarmed: false
    Woodcutting:
        Tree_Feller_Sounds: true
        Level_Cap: 0

#
#  Settings for Double Drops
###
Double_Drops:
    Herbalism:
        Beetroots_Ripe: true
        Brown_Mushroom: true
        Cactus: true
        Carrots_Ripe: true
        Cocoa_Ripe: true
        Wheat_Ripe: true
        Melon: true
        Nether_Wart_Ripe: true
        Potatoes_Ripe: true
        Pumpkin: true
        Red_Mushroom: true
        Red_Tulip: true
        Sugar_Cane: true
        Vine: true
        Lily_Pad: true
        Dandelion: true
    Mining:
        Coal_Ore: true
        Diamond_Ore: true
        Emerald_Ore: true
        End_Stone: true
        Glowstone: true
        Gold_Ore: true
        Iron_Ore: true
        Lapis_Ore: true
        Mossy_Cobblestone: true
        Netherrack: true
        Obsidian: true
        Nether_Quartz_Ore: true
        Redstone_Ore: true
        Sandstone: true
        Stone: true
    Woodcutting:
        Acacia_Log: true
        Birch_Log: true
        Dark_Oak_Log: true
        Oak_Log: true
        Jungle_Log: true
        Spruce_Log: true

#
#  Settings for commands
###
Commands:
    Generic:
        # If true, when using partial names in commands mcMMO will try to look for a match from
        # the offline players. Enabling this might slow the server down if there are a lot of offline players.
        Match_OfflinePlayers: false
    Database:
        # Database command cooldown in milliseconds, cannot be changed below the default value. (1750)
        # Prevents players from spamming /mctop or /mcrank
        Player_Cooldown: 1750
    mcmmo:
        Donate_Message: true
    inspect:
        Max_Distance: 30.0
    ptp:
        Cooldown: 120
        Warmup: 5
        RecentlyHurt_Cooldown: 60
        Accept_Required: true
        Request_Timeout: 300
        # If true, require players to have a mcmmo.commands.ptp.world.[WorldName] permission
        # to teleport to, from, or within any given world.
        World_Based_Permissions: false
    partychat:
        Chat_Prefix_Format: '[[GREEN]]([[WHITE]]{0}[[GREEN]])'
        Use_Display_Names: true
        Chat_Prefix_Format_Ally: '[[GREEN]](A)[[RESET]]'
    adminchat:
        Chat_Prefix_Format: '[[AQUA]][[[WHITE]]{0}[[AQUA]]]'
        Use_Display_Names: true

#
#  Settings for particles
###
Particles:
    # These settings determine if fireworks should get launched when a player activates/deactivates an ability
    Ability_Activation: true
    Ability_Deactivation: true

    # Determines if the fireworks should be a large ball or a small one
    LargeFireworks: true

    # Use particle effect when these abilities trigger
    Bleed: true
    Dodge: true
    Flux: true
    Greater_Impact: true
    Call_of_the_Wild: true

    # These settings determine if fireworks should get launched when a player levels-up,
    # this will happen by default for every 100 levels.
    LevelUp_Enabled: true
    LevelUp_Tier: 100
#
#  Settings for sounds
###
Sounds:
    # This setting controls the master volume. 1.0 is Max,  0 would be off
    MasterVolume: 1.0

Maven repo?

Hello,
I was wondering if there is an official Maven repository for mcMMO/mcMMO classic. Does anybody have informations about it?
Thanks!

Error "BlockDropItemEvent"!

Error by pickup Blocks!

Server Version: Spigot(Paper ) | 1.13.2 | Linux | Java 8

McmmoVersion: 1.6.1
Storage Methode: Default no Mysql

Description:
I thought first it was due to the existing "UserData" but when I deleted all the error is still!

Error:
https://pastebin.com/h5VtMfwc
`

A error while using mcmmo in paperspigot 1.9

I used the lastest mcmmo file to install in my server.
The plugin didnt work. Please help me!
Here is the log.
[17:42:23] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.1.111 [17:42:23] [Server thread/WARN]: [mcMMO] Invalid material: INK_SACK_BLUE [17:42:23] [Server thread/WARN]: [mcMMO] Invalid material: INK_SACK_BROWN [17:42:23] [Server thread/ERROR]: [mcMMO] There was an error while enabling mcMMO! [17:42:23] [Server thread/WARN]: java.lang.NoSuchFieldError: FERN [17:42:23] [Server thread/WARN]: at com.gmail.nossr50.config.treasure.TreasureConfig.loadTreasures(TreasureConfig.java:274) [17:42:23] [Server thread/WARN]: at com.gmail.nossr50.config.treasure.TreasureConfig.loadKeys(TreasureConfig.java:94) [17:42:23] [Server thread/WARN]: at com.gmail.nossr50.config.treasure.TreasureConfig.<init>(TreasureConfig.java:37) [17:42:23] [Server thread/WARN]: at com.gmail.nossr50.config.treasure.TreasureConfig.getInstance(TreasureConfig.java:43) [17:42:23] [Server thread/WARN]: at com.gmail.nossr50.mcMMO.loadConfigFiles(mcMMO.java:513) [17:42:23] [Server thread/WARN]: at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:155) [17:42:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [17:42:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [17:42:23] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [17:42:23] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugin(CraftServer.java:361) [17:42:23] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_9_R1.CraftServer.enablePlugins(CraftServer.java:321) [17:42:23] [Server thread/WARN]: at net.minecraft.server.v1_9_R1.MinecraftServer.t(MinecraftServer.java:411) [17:42:23] [Server thread/WARN]: at net.minecraft.server.v1_9_R1.MinecraftServer.l(MinecraftServer.java:376) [17:42:23] [Server thread/WARN]: at net.minecraft.server.v1_9_R1.MinecraftServer.a(MinecraftServer.java:331) [17:42:23] [Server thread/WARN]: at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:269) [17:42:23] [Server thread/WARN]: at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:527) [17:42:23] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748) [17:42:23] [Server thread/INFO]: [mcMMO] Disabling mcMMO v2.1.111 [17:42:23] [Server thread/WARN]: java.lang.NullPointerException [17:42:23] [Server thread/WARN]: at com.gmail.nossr50.mcMMO.onDisable(mcMMO.java:334) [17:42:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:294) [17:42:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [17:42:23] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [17:42:23] [Server thread/WARN]: at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:249) [17:42:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [17:42:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [17:42:23] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [17:42:23] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugin(CraftServer.java:361) [17:42:23] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_9_R1.CraftServer.enablePlugins(CraftServer.java:321) [17:42:23] [Server thread/WARN]: at net.minecraft.server.v1_9_R1.MinecraftServer.t(MinecraftServer.java:411) [17:42:23] [Server thread/WARN]: at net.minecraft.server.v1_9_R1.MinecraftServer.l(MinecraftServer.java:376) [17:42:23] [Server thread/WARN]: at net.minecraft.server.v1_9_R1.MinecraftServer.a(MinecraftServer.java:331) [17:42:23] [Server thread/WARN]: at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:269) [17:42:23] [Server thread/WARN]: at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:527) [17:42:23] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748) [17:42:23] [Server thread/ERROR]: [mcMMO] Cannot read /root/sc/plugins/mcMMO/experience.yml(File Permissions?) [17:42:23] [Server thread/ERROR]: [mcMMO] Cannot read /root/sc/plugins/mcMMO/repair.vanilla.yml(File Permissions?) [17:42:23] [Server thread/ERROR]: Error occurred while disabling mcMMO v2.1.111 (Is it up to date?) java.lang.NullPointerException at com.gmail.nossr50.mcMMO.onDisable(mcMMO.java:366) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:294) ~[aaaa.jar:git-Spigot-d20369f-7fc5cd8] at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [aaaa.jar:git-Spigot-d20369f-7fc5cd8] at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [aaaa.jar:git-Spigot-d20369f-7fc5cd8] at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:249) [mcMMO%20(1).jar:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [aaaa.jar:git-Spigot-d20369f-7fc5cd8] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [aaaa.jar:git-Spigot-d20369f-7fc5cd8] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [aaaa.jar:git-Spigot-d20369f-7fc5cd8] at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugin(CraftServer.java:361) [aaaa.jar:git-Spigot-d20369f-7fc5cd8] at org.bukkit.craftbukkit.v1_9_R1.CraftServer.enablePlugins(CraftServer.java:321) [aaaa.jar:git-Spigot-d20369f-7fc5cd8] at net.minecraft.server.v1_9_R1.MinecraftServer.t(MinecraftServer.java:411) [aaaa.jar:git-Spigot-d20369f-7fc5cd8] at net.minecraft.server.v1_9_R1.MinecraftServer.l(MinecraftServer.java:376) [aaaa.jar:git-Spigot-d20369f-7fc5cd8] at net.minecraft.server.v1_9_R1.MinecraftServer.a(MinecraftServer.java:331) [aaaa.jar:git-Spigot-d20369f-7fc5cd8] at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:269) [aaaa.jar:git-Spigot-d20369f-7fc5cd8] at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:527) [aaaa.jar:git-Spigot-d20369f-7fc5cd8] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
Thanks so much for helping me!

mcmmo world permissions not working when /ptp acceptall enabled.

Config as such:

    ptp:
        Cooldown: 10
        Warmup: 5
        RecentlyHurt_Cooldown: 30
        Accept_Required: true
        Request_Timeout: 60
        # If true, require players to have a mcmmo.commands.ptp.world.[WorldName] permission
        # to teleport to, from, or within any given world.
        World_Based_Permissions: true

bob does not have mcmmo.commands.ptp.world.nether

If bob does /ptp jim and jim is in world nether, bob cannot teleport to them. CORRECT!

If bob does /ptp jim and jim has /ptp acceptall enabled, and is in world nether, bob CAN teleport to them. INCORRECT!

Please fix <3

error

[21:06:25] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-126 (MC: 1.14.3) ---
[21:06:25] [Paper Watchdog Thread/ERROR]: The server has not responded for 10 seconds! Creating thread dump
[21:06:25] [Paper Watchdog Thread/ERROR]: ------------------------------
[21:06:25] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[21:06:26] [Paper Watchdog Thread/ERROR]: ------------------------------
[21:06:26] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread
[21:06:26] [Paper Watchdog Thread/ERROR]: PID: 24 | Suspended: false | Native: false | State: RUNNABLE
[21:06:26] [Paper Watchdog Thread/ERROR]: Stack:
[21:06:26] [Paper Watchdog Thread/ERROR]: java.io.FileInputStream.readBytes(Native Method)
[21:06:26] [Paper Watchdog Thread/ERROR]: java.io.FileInputStream.read(FileInputStream.java:255)
[21:06:26] [Paper Watchdog Thread/ERROR]: sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
[21:06:26] [Paper Watchdog Thread/ERROR]: sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
[21:06:26] [Paper Watchdog Thread/ERROR]: sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
[21:06:26] [Paper Watchdog Thread/ERROR]: java.io.InputStreamReader.read(InputStreamReader.java:184)
[21:06:26] [Paper Watchdog Thread/ERROR]: java.io.BufferedReader.fill(BufferedReader.java:161)
[21:06:26] [Paper Watchdog Thread/ERROR]: java.io.BufferedReader.readLine(BufferedReader.java:324)
[21:06:26] [Paper Watchdog Thread/ERROR]: java.io.BufferedReader.readLine(BufferedReader.java:389)
[21:06:26] [Paper Watchdog Thread/ERROR]: com.gmail.nossr50.database.FlatfileDatabaseManager.saveUser(FlatfileDatabaseManager.java:266)
[21:06:26] [Paper Watchdog Thread/ERROR]: com.gmail.nossr50.datatypes.player.PlayerProfile.save(PlayerProfile.java:119)
[21:06:26] [Paper Watchdog Thread/ERROR]: com.gmail.nossr50.datatypes.player.McMMOPlayer.logout(McMMOPlayer.java:1048)
[21:06:26] [Paper Watchdog Thread/ERROR]: com.gmail.nossr50.listeners.PlayerListener.onPlayerQuit(PlayerListener.java:515)
[21:06:26] [Paper Watchdog Thread/ERROR]: com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor18.execute(Unknown Source)
[21:06:26] [Paper Watchdog Thread/ERROR]: org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69)
[21:06:26] [Paper Watchdog Thread/ERROR]: org.bukkit.plugin.EventExecutor$$Lambda$2610/1468910035.execute(Unknown Source)
[21:06:26] [Paper Watchdog Thread/ERROR]: co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[21:06:26] [Paper Watchdog Thread/ERROR]: org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[21:06:26] [Paper Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:536)
[21:06:26] [Paper Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.PlayerList.disconnect(PlayerList.java:409)
[21:06:26] [Paper Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1512)
[21:06:26] [Paper Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.NetworkManager.handleDisconnection(NetworkManager.java:355)
[21:06:26] [Paper Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ServerConnection.c(ServerConnection.java:153)
[21:06:26] [Paper Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1216)
[21:06:26] [Paper Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:420)
[21:06:26] [Paper Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1064)
[21:06:26] [Paper Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:908)
[21:06:26] [Paper Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
[21:06:26] [Paper Watchdog Thread/ERROR]: ------------------------------
[21:06:26] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[21:06:26] [Paper Watchdog Thread/ERROR]: ------------------------------
[21:06:29] [Async Chat Thread - #1/INFO]: Wiesniak Ao_Raimu ยป moja dupa jest bardzej wydajna niz ten serw
[21:06:29] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-126 (MC: 1.14.3) ---
[21:06:29] [Paper Watchdog Thread/ERROR]: The server has not responded for 15 seconds! Creating thread dump
[21:06:29] [Paper Watchdog Thread/ERROR]: ------------------------------
[21:06:29] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[21:06:30] [Paper Watchdog Thread/ERROR]: ------------------------------
[21:06:30] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread
[21:06:30] [Paper Watchdog Thread/ERROR]: PID: 24 | Suspended: false | Native: false | State: BLOCKED
[21:06:30] [Paper Watchdog Thread/ERROR]: Stack:
[21:06:30] [Paper Watchdog Thread/ERROR]: java.util.zip.ZipFile.getEntry(ZipFile.java:314)
[21:06:30] [Paper Watchdog Thread/ERROR]: java.util.jar.JarFile.getEntry(JarFile.java:240)
[21:06:30] [Paper Watchdog Thread/ERROR]: java.util.jar.JarFile.getJarEntry(JarFile.java:223)
[21:06:30] [Paper Watchdog Thread/ERROR]: sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:1052)
[21:06:30] [Paper Watchdog Thread/ERROR]: sun.misc.URLClassPath.getResource(URLClassPath.java:249)
[21:06:30] [Paper Watchdog Thread/ERROR]: java.net.URLClassLoader$1.run(URLClassLoader.java:366)
[21:06:30] [Paper Watchdog Thread/ERROR]: java.net.URLClassLoader$1.run(URLClassLoader.java:363)
[21:06:30] [Paper Watchdog Thread/ERROR]: java.security.AccessController.doPrivileged(Native Method)
[21:06:30] [Paper Watchdog Thread/ERROR]: java.net.URLClassLoader.findClass(URLClassLoader.java:362)
[21:06:30] [Paper Watchdog Thread/ERROR]: java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[21:06:30] [Paper Watchdog Thread/ERROR]: sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
[21:06:30] [Paper Watchdog Thread/ERROR]: java.lang.ClassLoader.loadClass(ClassLoader.java:411)
[21:06:30] [Paper Watchdog Thread/ERROR]: java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[21:06:30] [Paper Watchdog Thread/ERROR]: java.lang.Class.forName0(Native Method)
[21:06:30] [Paper Watchdog Thread/ERROR]: java.lang.Class.forName(Class.java:264)
[21:06:30] [Paper Watchdog Thread/ERROR]: ru.tehkode.permissions.bukkit.regexperms.PermissibleInjector$ClassPresencePermissibleInjector.isApplicable(PermissibleInjector.java:110)
[21:06:30] [Paper Watchdog Thread/ERROR]: ru.tehkode.permissions.bukkit.regexperms.RegexPermissions.uninjectPermissible(RegexPermissions.java:103)
[21:06:30] [Paper Watchdog Thread/ERROR]: ru.tehkode.permissions.bukkit.regexperms.RegexPermissions.access$100(RegexPermissions.java:21)
[21:06:30] [Paper Watchdog Thread/ERROR]: ru.tehkode.permissions.bukkit.regexperms.RegexPermissions$EventListener.onPlayerQuit(RegexPermissions.java:142)
[21:06:30] [Paper Watchdog Thread/ERROR]: java.lang.invoke.LambdaForm$DMH/475533823.invokeVirtual_LL_V(LambdaForm$DMH)
[21:06:30] [Paper Watchdog Thread/ERROR]: java.lang.invoke.LambdaForm$BMH/2066040841.reinvoke(LambdaForm$BMH)
[21:06:30] [Paper Watchdog Thread/ERROR]: java.lang.invoke.LambdaForm$MH/74896397.invoke_MT(LambdaForm$MH)
[21:06:30] [Paper Watchdog Thread/ERROR]: com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:37)
[21:06:30] [Paper Watchdog Thread/ERROR]: co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[21:06:30] [Paper Watchdog Thread/ERROR]: org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[21:06:30] [Paper Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:536)
[21:06:30] [Paper Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.PlayerList.disconnect(PlayerList.java:409)
[21:06:30] [Paper Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1512)
[21:06:30] [Paper Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.NetworkManager.handleDisconnection(NetworkManager.java:355)
[21:06:30] [Paper Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ServerConnection.c(ServerConnection.java:153)
[21:06:30] [Paper Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1216)
[21:06:30] [Paper Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:420)
[21:06:30] [Paper Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1064)
[21:06:30] [Paper Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:908)
[21:06:30] [Paper Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
[21:06:30] [Paper Watchdog Thread/ERROR]: ------------------------------
[21:06:30] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[21:06:30] [Paper Watchdog Thread/ERROR]: ------------------------------

McMMO not working

The McMMO plugin seems to be added and partially working, but abilities do not work and XP is not being gained. The chat does not give me an error but upon looking in the console I receive these messages.

06.06 17:30:45 [Server] ERROR [mcMMO] Plugin mcMMO v1.6.1 has failed to register events for class com.gmail.nossr50.listeners.BlockListener because org/bukkit/event/block/BlockDropItemEvent does not exist.
06.06 17:30:45 [Server] ERROR [mcMMO] Plugin mcMMO v1.6.1 has failed to register events for class com.gmail.nossr50.listeners.EntityListener because org/bukkit/event/entity/EntityTransformEvent does not exist.

Console Issue

When running any command this is what I get. Just downloaded the latest version of mcmmo frim the spigot page and am running 1.13.2 spigot.

Any help with this would be awesome.

"null
org.bukkit.command.CommandException: Cannot execute command 'mcmmo' in plugin mcMMO v1.6.0 - plugin is disabled.
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:36) ~[spigot-1.13.2.jar:git-Spigot-518206a-5be2ddc]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:139) ~[spigot-1.13.2.jar:git-Spigot-518206a-5be2ddc]
at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:702) ~[spigot-1.13.2.jar:git-Spigot-518206a-5be2ddc]
at net.minecraft.server.v1_13_R2.PlayerConnection.handleCommand(PlayerConnection.java:1641) ~[spigot-1.13.2.jar:git-Spigot-518206a-5be2ddc]
at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1476) ~[spigot-1.13.2.jar:git-Spigot-518206a-5be2ddc]
at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[spigot-1.13.2.jar:git-Spigot-518206a-5be2ddc]
at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.13.2.jar:git-Spigot-518206a-5be2ddc]
at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-1.13.2.jar:git-Spigot-518206a-5be2ddc]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.2.jar:git-Spigot-518206a-5be2ddc]
at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:895) [spigot-1.13.2.jar:git-Spigot-518206a-5be2ddc]
at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-518206a-5be2ddc]
at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:830) [spigot-1.13.2.jar:git-Spigot-518206a-5be2ddc]
at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:728) [spigot-1.13.2.jar:git-Spigot-518206a-5be2ddc]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]"

Thanks,

New blocks trigger interaction events

New blocks, such as the grindstone and sweet berry bushes trigger ability interaction events (e.g. unarmed) when interacting with them. Shouldn't these be ignored similar to how the chests are?

Commands not working.

Hello, let me explain what is happening.
mcMMO-1.6.1
Minecraft version- 1.14.4
I downloaded mcMMO on my server and some commands like /mctop or /mcstats don't work.
In chat it sais: "An international error occurred while attempting to perform this command" or ?"Your previous command is still being processed. Please wait." and it never gets processed.
I did not change any of the files or permissions.
The plugins that im currently using on the server are:
-ChatColor2
-ChunkSpawnerLimiter
-KitPvP
-JumpPads
-EmeraldTools
-MoreItems
-OldCombatMechanics
-SpawnerSilk
-TabList
-CoreProtect
-LuckPerms
-WorldEdit
-NickNames
-AutoMessage
-AdvancedBan
-Votifier
-LaggRemover
-Multiverse-Core
-ProtocolLib
-VoidSpawn
-Wither
-AvancedPortals
-VotingPlugin
-Minepacks
-mcMMO
-Vault
-DragoItem
-UltaCosmetics
-Matrix
-Pwi (PerWorldInventory)
-HolographicDisplays
-QuickShop
-WorldGuard
-GUIShop
-AuctionHouse
-NetherPortal
-CratesPlus
-InfernalMobs
-Essentials
-Jobs
-BuycraftX
-ActionHealth
-DragonSlayer
-Shopkeepers
-EssentialsChat
-GriefPrevention
-StackMob
-EssentialsSpawn
-TitleManager
-RandomTP

Mcmmo Classic 1.14

Is Mcmmo Classic compatible with MC version 1.14+? I bought it yet it, downloaded version. 1.6 (most recent build) but it doesn't work. It works in my 1.12.2 server (same build version) but not 1.14.

experience.yml.new

the experience.yml that is located here:
https://github.com/mcMMO-Dev/mcMMO-Classic/blob/master/src/main/resources/experience.yml

Is different than the experience.yml.new that the plugin generates which is:
https://pastebin.com/kbP5XFM0

Due to this the plugin will continue to endlessly generate the experience.yml.new file regardless if you're using the latest one according to the github /src/main/resources/experience.yml

Further more, there are some things broken in experience.yml
The github one has Nether_Wart_Ripe meanwhile the experience.yml.new file generated by the plugin has both Nether_Wart_Ripe and Nether_Warts_Ripe. Which by the way both aren't even valid items ...

TL;DR experience.yml needs a cleaning.

Can I import local data into mySQL?

Yes, my server didn't use MySQL database before, Lately used bungeeorder, but data synchronization is a problem.
Can I import mcmmo.users into the database? How to import?

Scoreboard McMMO -> Spigot Errors

Hello,

I'm being thrown an exception error for "scoreboard" functions.

I've attempted updating all my plugins with no resolve. I did not have this error on a clean local test server, but that's not really an option for my current MP server.

This error appears in my console every time it seems any kind of function is preformed on McMMO it doesn't seem to be impacting the functionality of the Plugin except for the scoreboard."

Plugins I have installed:

[Server thread/INFO]: Plugins (27): CoreProtect, dynmap, WorldEdit, AngelChest, DangerousNether, SAML, BlockLocker, Lands, WorldBorder, ProtocolLib, ChestSort, WorldGuard, CubCustomDrops, BetterBookshelfs, mcMMO, UltraPermissions, mcMMOAction, Vault, InfernalMobs, Essentials, QuickShop, MythicMobs, BetterSleeping, EssentialsChat, EssentialsGeoIP, WorldGuardExtraFlags, PremiumVanish

Looking to get some assistance and insight on what my be causing this.

[Server thread/WARN]: [mcMMO] Task #226123 for mcMMO v1.6.1 generated an exception
java.lang.IllegalStateException: Unregistered scoreboard component at org.bukkit.craftbukkit.v1_14_R1.scoreboard.CraftObjective.checkState(CraftObjective.java:137) ~[spigot.jar:git-Spigot-56f8471-56118c6] at org.bukkit.craftbukkit.v1_14_R1.scoreboard.CraftObjective.getScore(CraftObjective.java:122) ~[spigot.jar:git-Spigot-56f8471-56118c6]
at com.gmail.nossr50.util.scoreboards.ScoreboardWrapper.updateSidebar(ScoreboardWrapper.java:448) ~[?:?]
at com.gmail.nossr50.util.scoreboards.ScoreboardWrapper.access$000(ScoreboardWrapper.java:29) ~[?:?]
at com.gmail.nossr50.util.scoreboards.ScoreboardWrapper$ScoreboardQuickUpdate.run(ScoreboardWrapper.java:80) ~[?:?]
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-56f8471-56118c6]
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394) [spigot.jar:git-Spigot-56f8471-56118c6]
at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1022) [spigot.jar:git-Spigot-56f8471-56118c6]
at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:393) [spigot.jar:git-Spigot-56f8471-56118c6]
at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:970) [spigot.jar:git-Spigot-56f8471-56118c6]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:815) [spigot.jar:git-Spigot-56f8471-56118c6]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]

Rightklick ability cause endermite (namnetaged) despawn.

So long i not use Rightklick ability, so not despawn the endermite (i can stand and kill endermans in 30 min no problem).

But if i use Rightklick ability on endermans, he (endermite) disappear.

Is not only on server, is an other server some have same issue.

Trident counting as unarmed when Items_As_Unarmed is true

Tridents are being treated as an unarmed weapon with Items_As_Unarmed enabled which causes balance issues for tridents and unarmed XP gain rate. Probably obvious but to be clear this only applies to when tridents are used as a melee weapon, not when thrown.

Commands like /mctop and /mcrank are not updating

I have recently purchased McMMO for a 1.14 Spigot server, however I noticed that the command /mctop only updates when I reset the server, and that /mcrank is not updating at all. I am concerned as to if this means that the skills are not updating, thus their benefits for leveling are not applying. I had leveled up Acrobatics skill from level 1 to 50 before resetting and never rolled during the process, however after resetting on my 9th fall I rolled.

Attack based abilities are exploitable under specific circumstances

To get the context out of the way:
On my server, I allow both creative and survival players to interact, while restricting what the creative players can do, such as attacking entities or placing certain blocks.

Now for the actual "issue":
For some reason, however, the mcMMO abilities seem to still have their passives proc even if the attack is cancelled or the entire interaction. For example, people in creative aren't able to attack outright with swords, but the survival player being attacked (but cancelled) will still have bleeding applied to them, thus allowing creative players to "kill" people when they shouldn't be able to.

Should be better documentation for fishing exploit feature.

I think there should be better documentation abut the fishing exploit feature like what the player is supposed to do when they get the message. I was told in a forum that they just have to cast a line into a different 3x3 area than the last one. That should be in the documentation.

Constant Console Error

I've noticed that I have been receiving this error. I do not know what is causing it since it is constantly showing up.

03.03 17:12:50 [Server] WARN [mcMMO] Task #11 for mcMMO v1.6.0 generated an exception
03.03 17:12:50 [Server] INFO java.util.ConcurrentModificationException: null
03.03 17:12:50 [Server] INFO at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442) ~[?:1.8.0_191]
03.03 17:12:50 [Server] INFO at java.util.HashMap$EntryIterator.next(HashMap.java:1476) ~[?:1.8.0_191]
03.03 17:12:50 [Server] INFO at java.util.HashMap$EntryIterator.next(HashMap.java:1474) ~[?:1.8.0_191]
03.03 17:12:50 [Server] INFO at com.gmail.nossr50.runnables.skills.BleedTimerTask.run(BleedTimerTask.java:24) ~[?:?]
03.03 17:12:50 [Server] INFO at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:82) ~[patched_1.13.2.jar:git-Paper-524]
03.03 17:12:50 [Server] INFO at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:449) ~[patched_1.13.2.jar:git-Paper-524]
03.03 17:12:50 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1003) ~[patched_1.13.2.jar:git-Paper-524]
03.03 17:12:50 [Server] INFO at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-524]
03.03 17:12:50 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:938) ~[patched_1.13.2.jar:git-Paper-524]
03.03 17:12:50 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:836) ~[patched_1.13.2.jar:git-Paper-524]
03.03 17:12:50 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]

Turn fishing off

How do i turn fishing off?
so i can afk fish...
im getting tired of the instant pop up that says "you sense that there are no more fish in the area"

Extra &o in overfishing warning

mcMMO version 1.6.2-SNAPSHOT
>ver
[12:35:23 INFO]: This server is running CraftBukkit version git-Spigot-1a3504a-84f3da3 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
[12:35:23 INFO]: This is a final build for 1.13.2. Please see https://www.spigotmc.org/go/1.13.2 for details about upgrading.
&o this area is suffering ..

Screenshot 2019-06-22 at 12 34 32

Error Level 1.12.2 to 1.13.2

Hello,
I have a little problem with MCMMO of "then some time I spent my server in 1.13.2 but the levels of different talents have not registered and everything has been reset to 0. Is this normal or there is there a solution to this?

Thank you for your help.

Mining double drops broken.

Mining double drops appear to be broken on 1.6.1-Snapshot builds. Everything works fine on the last stable release 1.6.0.

Re-tested today with the latest build (commit b483602) on a fresh 1.13.2 test server running paper v621.

Additionally, commit f0ebff4 appears to of changed the config section from "Double_Drops" to "Bonus_Drops" without changing the default config file.

Renaming the Double_Drops section to Bonus_Drops in the cfg, Which although it additionally re-creates the Double_Drops section appears to work for fixing herbalism/woodcutting double drops, But not for mining.

Thanks and Happy Easter. :)

PreciousStones - MCMMO

Dear Sir or Madam,

Hello. Some minutes ago I bought your plugin mcMMO. It does not work + it is doing a problems with PreciousStones. Please help me.

Yours faithfully,
Szymon Kupper

[00:57:46] [Server thread/ERROR]: [mcMMO] There was an error while enabling mcMMO!
[00:57:46] [Server thread/WARN]: java.lang.NoSuchFieldError: FERN
[00:57:46] [Server thread/WARN]: 	at com.gmail.nossr50.config.treasure.TreasureConfig.loadTreasures(TreasureConfig.java:275)
[00:57:46] [Server thread/WARN]: 	at com.gmail.nossr50.config.treasure.TreasureConfig.loadKeys(TreasureConfig.java:95)
[00:57:46] [Server thread/WARN]: 	at com.gmail.nossr50.config.treasure.TreasureConfig.<init>(TreasureConfig.java:38)
[00:57:46] [Server thread/WARN]: 	at com.gmail.nossr50.config.treasure.TreasureConfig.getInstance(TreasureConfig.java:44)
[00:57:46] [Server thread/WARN]: 	at com.gmail.nossr50.mcMMO.loadConfigFiles(mcMMO.java:374)
[00:57:46] [Server thread/WARN]: 	at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:134)
[00:57:46] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[00:57:46] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
[00:57:46] [Server thread/WARN]: 	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402)
[00:57:46] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:377)
[00:57:46] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:327)
[00:57:46] [Server thread/WARN]: 	at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:206)
[00:57:46] [Server thread/WARN]: 	at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
[00:57:46] [Server thread/WARN]: 	at java.lang.Thread.run(Thread.java:745)
[00:57:46] [Server thread/INFO]: [mcMMO] Disabling mcMMO v1.6.0
[00:57:46] [Server thread/WARN]: [mcMMO] Skills.Taming.Call_Of_The_Wild.Ocelot.Item_Material is invalid!!
[00:57:46] [Server thread/WARN]: [mcMMO] Errors were found in config.yml! mcMMO was disabled!
[00:57:46] [Server thread/ERROR]: [mcMMO] Cannot read /home/nozofiles/s31049/server_files/plugins/mcMMO/experience.yml(File Permissions?)
[00:57:46] [Server thread/ERROR]: [mcMMO] Cannot read /home/nozofiles/s31049/server_files/plugins/mcMMO/repair.vanilla.yml(File Permissions?)
[00:57:46] [Server thread/ERROR]: Error occurred while disabling mcMMO v1.6.0 (Is it up to date?)
java.lang.NullPointerException: null
	at com.gmail.nossr50.mcMMO.onDisable(mcMMO.java:234) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[server.jar:git-Spigot-b78586d-f3356f1]
	at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:361) [server.jar:git-Spigot-b78586d-f3356f1]
	at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:421) [server.jar:git-Spigot-b78586d-f3356f1]
	at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:188) [mcMMO-2.jar:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [server.jar:git-Spigot-b78586d-f3356f1]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [server.jar:git-Spigot-b78586d-f3356f1]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [server.jar:git-Spigot-b78586d-f3356f1]
	at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:377) [server.jar:git-Spigot-b78586d-f3356f1]
	at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:327) [server.jar:git-Spigot-b78586d-f3356f1]
	at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:206) [server.jar:git-Spigot-b78586d-f3356f1]
	at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [server.jar:git-Spigot-b78586d-f3356f1]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]
[00:57:51] [Server thread/INFO]: [PreciousStones] Enabling PreciousStones v10.7.2
[00:57:52] [Server thread/INFO]: [PreciousStones] Version 10.7.2 loaded
[00:57:52] [Server thread/ERROR]: Error occurred while enabling PreciousStones v10.7.2 (Is it up to date?)
java.lang.NoClassDefFoundError: com/gmail/nossr50/mcMMO
	at net.sacredlabyrinth.Phaed.PreciousStones.managers.PermissionsManager.detectMcMMO(PermissionsManager.java:75) ~[?:?]
	at net.sacredlabyrinth.Phaed.PreciousStones.managers.PermissionsManager.<init>(PermissionsManager.java:58) ~[?:?]
	at net.sacredlabyrinth.Phaed.PreciousStones.PreciousStones.onEnable(PreciousStones.java:145) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[server.jar:git-Spigot-b78586d-f3356f1]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [server.jar:git-Spigot-b78586d-f3356f1]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [server.jar:git-Spigot-b78586d-f3356f1]
	at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:377) [server.jar:git-Spigot-b78586d-f3356f1]
	at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:327) [server.jar:git-Spigot-b78586d-f3356f1]
	at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [server.jar:git-Spigot-b78586d-f3356f1]
	at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [server.jar:git-Spigot-b78586d-f3356f1]
	at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [server.jar:git-Spigot-b78586d-f3356f1]
	at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [server.jar:git-Spigot-b78586d-f3356f1]
	at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [server.jar:git-Spigot-b78586d-f3356f1]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]
Caused by: java.lang.ClassNotFoundException: com.gmail.nossr50.mcMMO
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_60]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-b78586d-f3356f1]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-b78586d-f3356f1]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_60]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_60]
	... 14 more

Gaining XP In Nether Not Working

Gaining XP in Overworld Works Fine, but in Nether no XP gain at all IE Swords not blacklisted world.

mcMMO v2.1.97
Using paper-156

Disable Crafting Chimaera Wings

Is there any way to disable to crafting of Chimaera Wings but keep them available for use? I want my players to be able to complete a quest to obtain them but not be able to craft them themselves.

download

payed for the plugin never got too download it if i can get a quick download link or added too download it that would be great my transaction id number is 19B62401S9881764E

mcrank message broken.

Mcrank message is broken and doesn't show the seconds left before available use.
https://i.imgur.com/zCL2085.png

Top message is mcrank bottom message is mctop.
Both messages follow the same cooldown setting.

Mcrank does indeed work once the cooldown is down to zero, it's just the mcrank message that's broken.

Duplication Bug when used with Slimefun Plugin

When using a Block-Placer from Slimefun (Bukkit link / GitHub developer link) to place ore blocks this is counted as a natural block, so the Mining skill's doubling chance is applied, which enables one to get unlimited valuable ores using a simple redstone and hopper circuit with a silk touch pickaxe.

I was debating whether to post it on the Slimefun issues github or here, as functionalities from both plugins are to blame, but I would assume it's easier to implement a fix for mcmmo by checking if a block was generated by a machine from that plugin or not.

SQLException: SSL Connection required, but not supported by server

Server is running spigot 1.14 build 101 after updating mcmmo to 1.6.1 we receive the following:

12.05 18:18:56 [Server] Server thread/INFO [mcMMO] Enabling mcMMO v1.6.1 12.05 18:18:57 [Server] Server thread/ERROR [mcMMO] Location: sun.reflect.NativeConstructorAccessorImpl newInstance0 -2 12.05 18:18:57 [Server] Server thread/ERROR [mcMMO] SQLException: SSL Connection required, but not supported by server. 12.05 18:18:57 [Server] Server thread/ERROR [mcMMO] SQLState: 08001 12.05 18:18:57 [Server] Server thread/ERROR [mcMMO] VendorError: 0
pastebin of log file pastebin.com

This also stalls the ability to load player data and users to our server typically see a red error message stating this.

This issue was NOT present with 1.6.0 on spigot version 1.14 build 101
pastebin of log file pastebin.com

If we do a clean install (DB and Plugin folder wiped) we still see the SSL error coming from the plugin. Again, mcmmo 1.6.1 on spigot server 1.14 build 101
pastebin of log file pastebin.com

Other information:

  • MySQL server version 5.1.73
  • host doesnt allow access to config files thus we can not adjust DB server environment
  • DB server version hasnt changed since mcmmo version 1.5.10 and no errors were seen then.
  • SSL error is not present in mcmmo version 1.6.0 and all testing in-game has thus not far not produced the SSL error
  • All testing done under spigot v1.14 build 101 (error was not seen in previous spigot version)
  • testing was centered around SSL and Player Data loading and is contained to that parameter.
  • Issues have been opened within the last year (mcmmo versions prior to 1.6.0) and closed with no explanation or support. (examples #3099 & #2965)

Thoughts/Conclusions:
The SSL error was NOT present in version 1.6.0 or in 1.5.10 and DB server has not changed. Although the Spigot server was updated to 1.14 the error is not present on mcmmo versions prior to 1.6.1. Thus there may be a versioning bug that slipped in or at least a missing "default" behavior for checking that an SSL connection exists to the DB server.

In most cases, SSL checking is not needed to a DB that works on the backend as the client is not able to reach it. Add to this, that SSL between Minecraft server and DB is typically not necessary and is "usually", but not in every case, recommended as it directly affects efficiency of game play.

We have reverted our DB tables and mcmmo version to 1.6.0 and hope that this ISSUE does not get closed without appropriate follow through. Its discouraging and disheartening to see reports closed without some kind of explanation, after all I, like so many others, dont mind paying for the resource, but i do take offense if software I pay for and/or donate to ignore reports. Ill leave it at that.

MySQL Error with /mcrank

19.02 17:46:51 [Server] INFO jakkuh issued server command: /mcrank 19.02 17:46:51 [Server] ERROR [mcMMO] Location: sun.reflect.NativeConstructorAccessorImpl newInstance0 -2 19.02 17:46:51 [Server] ERROR [mcMMO] SQLException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'rank FROM mmo_surv_users JOIN mmo_surv_skills ON user_id = id WHERE acrobatics >' at line 1 19.02 17:46:51 [Server] ERROR [mcMMO] SQLState: 42000 19.02 17:46:51 [Server] ERROR [mcMMO] VendorError: 1064

Paper 1.12.2 using MySQL 8

2 Tall Flowers Giving Extra Exp If Breaking The Bottom Block

When players break a 2 tall flower by breaking the bottom block, it will give them exp for both the bottom and top parts, considering them as separate plants.

This would make sense, IF the plant acted like sugarcane, where you can break the top block and the bottom sugarcane would remain untouched. However, 2 tall flowers will completely break when breaking the top block. Thus the exp should be changed to only give exp for 1 plant (rather than considering each "block" to be it's own "plant" and giving exp for it.

Please Note: This was reported by a player, my server is down at the moment so I can't test it myself.

I'm using Spigot 1.13.2 and I believe I'm using the latest version of the plugin.

Also, I will NOT respond to this. I'm currently in the middle of transferring my server to someone else, as I no longer have time to maintain a server.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.