MCPerks - Advanced Perk Plugin icon

MCPerks - Advanced Perk Plugin -----

Advanced Perk Plugin. Highly customizable. Add perks to your server.




Change Log:
- Update player mining stats for IncreaseMiningArea perk
- Fixed minor issues with 1.21+
----------, Oct 20, 2024

Change Log:
- Added better support for other plugins working with block events
- Fixed handling of certain perk effects to allow for effects to only work on certain players at a time
----------, Aug 4, 2024

Change Log:
- Added ability to reactivate perks after servers shutdown
- Fixed no permission message not applying everywhere
- Fixed perk GUI not properly handling extra items
----------, Jun 23, 2024

Change Log:
- Fixed item durability not properly being taken off items during perk effects
- Added support to add additional items to perk GUI
----------, May 26, 2024

Change Log:
- Fixed an issue on 1.20.6
----------, May 8, 2024

Change Log:
- Added GlobalCommands perk effect (one time command for the entire perk)
- Minor changes for 1.20.5+ support
----------, May 5, 2024

Change Log:
- Added ability to require enchants for perk effect to work (Currently works on AutoPlant, IncreaseMiningArea, TreeHarvest effects)
----------, Mar 10, 2024

Change Log:
- Added InstantSmelt perk and effect
- Minor bug fixes
----------, Dec 17, 2023

Change Log:
- Fixed items with no durability disappearing on certain perk effects when attempting to remove durability
- PlaceholderAPI expansion is longer required to be downloaded separately, bundled in plugin directly
----------, Oct 22, 2023

Change Log:
- Fixed an issue with loading user storage if a database doesn't already exist
----------, Jun 18, 2023

Change Log:
- Added new perks/effects
- AutoItemPickups - pick up items as you break blocks
- AutoPlant - Replant as you break crops
- TreeHarvest - Harvest a tree by mining one log
- Added option to clear modifiers before enabling a perk effect
- Added /mcperks RemoveModifiersAllOnline - clears modifiers of all online player
- IncreaseMiningArea perk now handles going straight up and down
- Tools are damaged according to usuage with perk effects
- KeepInv perk effect also keeps exp
- Fixed an issue with perk experation/activation user data setting
- Fixed spamming full inventory messages for each item when inventory is full
----------, Jun 18, 2023

Change Log:
- Fixed perk edit GUI not working
- Fixed KeepInv perk effect not working
- Fixed timeleft placeholder not working correctly if greater than 60 seconds
- Fix cooldown placeholder not working correctly
----------, May 17, 2023

Change Log:
- Added new perktype called PERMISSION, gives all players an effect based on if they have a permission or not
- Default storage is now SQLITE, FLAT storage will be removed in the future, please switch if possible, you can convert with /av advancedcore convertfromdata FLAT after switching to sqlite
----------, May 1, 2023

Change Log:
- Added new effects NoHunger and KeepInv, no default perks exist with these effects
- Added new perk option ReActivateEffectsTimer, reactivates effect based on setting
- Fixed closing mcperks GUI when disabled
- Fixed sorting of mcperks GUI changing on reload everytime
----------, Apr 16, 2023

Change Log:
- Fixed a few spelling mistakes
- Fixed issues with adding activation's quickly, which would then not add activation's
- Better handling on perk deactivation's to prevent errors
- Added placeholders for activation's on perk GUI (%Activations% and %Activations_(Perk) and %PerkActivations%)
- Added placeholder %cooldown% for cooldown messages
----------, Dec 11, 2022

Change Log:
- Fixed issues with special characters in MySQL database names
- Improvements to SQLITE to better match MySQL
- Fixed a few commands not working as intended
----------, Sep 25, 2022

Change Log:
- Fixes a few issues with mysql not working
----------, Jul 23, 2022

Change Log:
- Updated for 1.19
- Added perk/effect so items take no durability lost
----------, Jun 7, 2022

Change Log:
- Added DisableCommands on commands effect
- Fixed status placeholder not working correctly
- Added command to activate a perk silently /mcperks activateperksilent
- Fixed issues where empty messages are sent
- Perks are no longer generated if perk folder already exists
----------, May 8, 2022

Change Log:
- Added FlyBoost perk and effect (Gives a boost when flying with elytra when active and left clicking, similar to firework boost)
----------, Mar 6, 2022

Change Log:
- Few a minor issue with Java 17 & 1.18
----------, Dec 2, 2021

Change Log:
- Add new perk and effect for temporary permission
- Fixed an issue with MCPerks.AllPerks permission not working
- Added Beetroots to farmer effect
----------, Aug 22, 2021

Change Log:
- Fixed farmer effect not working on carrots and potatoes
- Added option to only apply perk effects once (for perks that last forever)
- Disable perk effects from applying to armor stands
----------, Jul 11, 2021

Change Log:
- Updated to support 1.17
----------, Jun 13, 2021

Change Log:
- Added geyser support (Experimental, requires enabling as well)
- Added placeholder %MCPerks_CurrentActivePerks% - returns number of active perks the player has
- Improved reward edit system (this specifically applies for VotingPlugin)
- Some other internal improvements
----------, May 9, 2021

Change Log:
- Add support for conditional items, example:
Code (Text):
Items:
  Item1:
    # Javacript for conditional
    # Uses return value to get item info (can be anything, like numbers)
    ConditionalJavascript: 'VotingPluginUser.canVoteAll()'
    Conditional:
      false:
        Material: 'REDSTONE_BLOCK'
        Amount: 1
      true:
        Material: 'EMERALD_BLOCK'
        Amount: 1
- Fixed actionbar delay (if you set one within a reward)
- Added some additional placeholders for javascript: MCPerks (main class), MCPerksUser, VotingPluginUser
- Some other minor internal bug fixes
----------, Mar 14, 2021

Change Log:
- Added ability to not drop items on full inventory (in the event you give items from rewards/perks)
- Added support for hex colors, format &#FF0000#
- Improved json messaging support, examples here
----------, Feb 1, 2021

Change Log:
- Fixed a little bug which prevented the config from generating
----------, Dec 1, 2020

Change Log:
- Added ability to whitelist/blacklist blocks for IncreaseMiningArea
- Added build permission checks on a few perks
- Updated to latest VotingPlugin version
- Fixed a few possible exploits
- Some internal changes (Will require PlaceholderAPI expansion to be updated)
----------, Nov 22, 2020

Change Log:
- Added ability to disable worlds for each perk or globally
- Some other little bug fixes
----------, Oct 4, 2020

Change Log:
- Some MySQL bug fixes
- Added option to enable/disable loading default perks
- Support for enchanted books in item API
- Added PotionColor to item API
----------, Aug 16, 2020

Change Log:
- Tested on 1.16.1
- Added option to keep GUI open when activating perks
- Added perk status placeholder
- Added BoneMealAura perk (Casts a bonemeal effect around the player)
- Added IncreaseMiningArea perk (Mine 3x3, or bigger on mining block)
- Added an Effect DoubleJumpUp (Similar to double jump, but no forward motion)
- Some minor bug fixes
----------, Jun 29, 2020

Change Log:
- Added option to force clear modifiers (for when effects don't go away)
- Added option to deactivate on logout
- Added command to see active perks per user
- Added ability for increase percentages to contain decimals
- Added placeholder to see ActivePerks
----------, May 10, 2020

Change Log:
- Fixed a bug with fly perk where worlds were specified
- Other little bug fixes
----------, Mar 15, 2020

Change Log:
- Fixed a bug which could cause some effects to not clear
- Added command to remove modifiers from certain perks (Incase something went wrong)
- Compiled against 1.15.2
----------, Jan 21, 2020

Change Log:
- Fixed Tube Coral from not working on underwaterflorist perk
- Fixed a bug where some perks don't fully deactivate when deactivating perks manually
- Compiled against 1.15
----------, Dec 11, 2019

Change Log:
- Added ability to disable perk on click when perk is active
- Some minor bug fixes
----------, Nov 3, 2019

Change Log:
- Added repeat rewards
- Some bug fixes
----------, Sep 22, 2019

Change Log:
- Added option to allow duplicate perks to be activate at a time
- Added ability to adjust radius in Florist perk
- Added UnderWaterFlorist perk (Similar to florist perk)
- Some bug fixes with commands
----------, Aug 18, 2019

Change Log:
- Fixed cooldown times being off
- Added /mcperks placeholders - all possible placeholders
- Added /mcperks placeholders (player) - placeholders with current values
- Added many more placeholderapi placeholders
----------, Jun 16, 2019

Change Log:
- Added activations per perk
- Added global server cooldown (jnstead of per player)
- Use new reward api (Allows injecting custom requirements/rewards)
- Add ability to block mobs on headdropper
- Added PlaceholderAPI Expansion (available with /papi)
----------, Jun 9, 2019

Change Log:
- Updated to 1.14
- Few bug fixes
----------, Apr 26, 2019

Change Log:
- Changed default options
- Fixed some little bugs
----------, Feb 17, 2019

Change Log:
- Added limit permission (limit amount of active perks)
- Added ability to limit activations (earn activations) - With commands to give/add activations
- Added /mcperks IgnoreEffects - ignore perk effects
- Bug fixes
----------, Feb 17, 2019

Change Log:
- Added ability to log all perk activation's to file (with all players affected), must be enabled
- Some bug fixes
----------, Jan 20, 2019

Change Log:
- Some bug fixes
- Added ability for other plugins to inject custom rewards
----------, Dec 21, 2018

Change Log:
- Added more placeholders to bossbars
- Minor cleanup on commands
- Added option to hide bossbar after a certain amount of time
- A few bug fixes
----------, Nov 11, 2018

Change Log:
- Updated to 1.13.2
- Some changes to a few commands
----------, Oct 28, 2018

Change Log:
- Implemented AdvancedCore commands
- Fixed a few bugs
- Converted other effects to new system, E.g:
Code (Text):
- 'Farmer:100'
You'll need to switch to this system for any of the following effects:
DoubleExperience
Farmer
Fortune
HeadDropper
IncreaseMobDrops
MCMMOExperienceGain
----------, Oct 21, 2018

Change Log:
- Added new perks IncreaseMaxHealth, IncreaseMoveSpeed
- Added ability to set perk values in the effect list
E.g:
Code (Text):
Effects:
- IncreaseMobDrops:10 # 10% increase
- Added the ability to set countdown effects, activation/deactivation effects in each perk
----------, Sep 30, 2018

Change Log:
- Updated to 1.13.1
- Minor bug fixes
----------, Aug 26, 2018

Change Log:
- Fixed Florist effect not working
----------, Aug 14, 2018

10% Sale for 1.13 :)

Change Log:

- Updated to 1.13 (Older versions not supported anymore)
- Default perk material updates:
DoubleExperience - EXP_BOTTLE to EXPERIENCE_BOTTLE
FireWalker - FIREBALL to FIRE_CHARGE
Florist - INK_SCK to BONEMEAL (and remove Data: 15)
HeadDropper - SKULL_ITEM to PLAYER_HEAD
Fortune - QUARTZ_ORE to NETHER_QUARTZ_ORE
MCMMOExprienceGAIN - EXP_BOTTLE to EXPERIENCE_BOTTLE
- Don't disable the plugin if perk fails to load
----------, Jul 26, 2018

Change Log:
- Added GOLD_ORE to the list of blocks fortune perk affects
- Made a few behind the scenes performance improvements
----------, Jul 6, 2018

Change Log:
- Fixed a few issues with placeholders not working
- Some other minor bug fixes
----------, May 13, 2018

Change Log:
- Added json messaging
- Bug fixes
----------, May 6, 2018

Change Log:
- Add ability to set format options per perk
- Slight changes
----------, May 4, 2018

Change Log:
- Minor config updates
- Added ability to save a basic perk history (disabled by default)
- Bug fixes
----------, Apr 8, 2018

Change Log:
- Fixed a bug with getting double deactivation messages
- Added %TimeLastsMin% and %TimeLastsHour%
----------, Feb 18, 2018

Change Log:
- Added ability to set a perk type for each perk
- Added /mcperks togglebossbar to disable bossbar
- Added FACTIONS perk type
- Bug fixes
----------, Feb 4, 2018

Change Log:
- Fixed a typo in /mcperks help
- Fixed it so you get the perk if its active while you join (If perk type is ALL)
----------, Dec 31, 2017

Change Log:
- Modified a few commands (Renamed ActivatePerks to ActivePerks)
- Modified formatting of cooldown/exeperation times in perk gui
----------, Dec 3, 2017

Change Log:
- Added the ability have to have a bossbar show a countdown (disable by default)
- Added the ability to specify which mcmmo skills get the experience gain
----------, Oct 16, 2017

Change Log:
- Performance improvements
- Bug fixes
----------, Oct 7, 2017

Change Log:
- Added Commands effect
- Changed how you set perk system type, also supports Towny (In beta right now, but should work okay)
- Some bug fixes
----------, Sep 26, 2017

Change Log:
- Minor bug fixes
----------, Aug 27, 2017

Change Log:
- Added a new command: /mcperks ActivatePerk (player) (perk) (number): MCPerks.ActivatePerkLength, allows you to activate a perk for any length
----------, Jul 30, 2017

Change Log:
- Fixed flying being removed on players who don't need it
- Other bug fixes
----------, Jul 23, 2017

Change Log:
- Fixed perk lore not showing when perk is activate
- Added the ability for perks to last forever (set TimeLasts to -1)
- Added /mcperks edit, to edit perks
- Added /mcperks clearqueue
- Added /mcperks activateperks
- Added /mcperks deactivateperk (player) (perk)
- Added the ability to set effects on activation, countdown, and deactivation
- Added DoubleJump perk
- Added Nightvison perk
- Added invisibility perk
- Probably some other bug fixes
----------, Jun 29, 2017

Change Log:
- Couple of minor bug fixes
----------, Jun 11, 2017

Change Log:
- Add 1.12 Support
----------, May 21, 2017

Change Log:
- Fixed a few bugs
----------, May 1, 2017

Change Log:
- Added ability to have a countdown message at whatever times you want
- Made some changes to how players are loaded in data
- Added a name lookup incase server can't get name
----------, Apr 4, 2017

Change Log:
- Added ability to change GUI name
----------, Mar 26, 2017

Change Log:
- Added a god perk/effect
- Bug fixes
----------, Mar 23, 2017

Change Log:
- Fixed a few bugs
----------, Mar 13, 2017

Change Log:
- Fixed a few bugs
----------, Mar 8, 2017

Change Log:
- Fixed per player perks not working properly (Thanks @MrHumblePie for help testing)
----------, Feb 26, 2017

Change Log:
- Fixed a lot of bugs
----------, Feb 13, 2017

Change Log:
- Added MySQL Support
- Added /mcperks random
- Added per player perks
- Bug fixes

Please note perks may be broken, it isn't fully tested (since I can't really test it myself), so if you run into issues let me know.
----------, Feb 10, 2017

Change Log:
- Added storage option for SQLite
- Bug fixes
----------, Jan 4, 2017

Change Log:
- Added "MCPerks.Perks.BypassCoolDown" to bypass cooldowns
- Bug fixes
----------, Dec 14, 2016

Change Log:
- Fixed a few minor bugs
----------, Dec 12, 2016

Change Log:
- Added a new permission that allows access to all perks ("MCPerks.AllPerks")
- Minor bug fixes
----------, Dec 7, 2016

Change Log:
- Fixed a few bugs
----------, Dec 5, 2016

Change Log:
- Compile AdvancedCore directly into plugin
- Allow use on craftbukkit
----------, Dec 4, 2016

Change Log:
- Converted to use Maven
- Updated to AdvancedCore 2.0 (This version required)
----------, Nov 21, 2016

Change Log:
- Fully support 1.11
- Added an option to require perm to see perk in the GUI (Default is true)
- Added the ability to make the perk never expire by setting the time to -1
----------, Nov 17, 2016

Change Log:
- Added an ability to have reward files in MCPerks/Rewards
----------, Nov 6, 2016

Change Log:
- Updated to use new API in AdvancedCore 1.7
----------, Oct 23, 2016

Change Log:
- Added a command to activate a perk for a player
----------, Oct 13, 2016

Change Log:
- Added option to disable perk que
----------, Oct 9, 2016

Change Log:
- Fixed a typo in the speed perk file
----------, Sep 23, 2016

Change Log:
- Add a new default perk called Speed, gives players speed potion effect
----------, Sep 21, 2016

Change Log:
- Update to latest version of AdvancedCore
----------, Sep 11, 2016

Resource Information
Author:
----------
Total Downloads: 343
First Release: Aug 20, 2016
Last Update: Oct 20, 2024
Category: ---------------
All-Time Rating:
20 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings