Skip to content

UltimateCore v3.0.3 (ALPHA)

Pre-release
Pre-release
Compare
Choose a tag to compare
@JonathanBrouwer JonathanBrouwer released this 17 Jan 21:19
· 260 commits to master since this release

This is an alpha build and far from ready for production server use.
Documentation: https://github.com/Bammerbom/UltimateCore/blob/master/docs/home.md

  • Added item commands:
    /itemname
    Change the name of the item in your hand.
    /itemlore
    Change the lore of the item in your hand.
    /itemquantity
    Change the quantity of the item in your hand.
    /itemdurability
    Change the durability of the item in your hand.
    /itemunbreakable true/false
    Change whether the item in your hand is unbreakable.
    /itemcanbreak [Block] [Block]...
    Change the blocks this item can break.
    /itemcanplaceon [Block] [Block]...
    Change the blocks this item can be placed on.
    /itemhidetags attributes/candestroy/canplace/enchantments/miscellaneous/unbreakable false/true
    Change whether a certain tag is hidden.
    /itemenchant [Level]
    Add an enchantment to the item in your hand.
  • Added some extra bstats charts
  • Added blacklist module (ban certain items)
  • Added geoip module (%country% variable and /country command)
  • Added votifier module (Vote handling)
  • Added %uuid% variable
  • Changes to permissions, shouldnt break any permissions
  • Fixed timed jails
  • Fixed some internal config logic