• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.
  • Minecraft 1.16.220 Update + Bug/Crash Fixes
    Added MCPE 1.16.220 version and fixed crashes for multiple plugins. You can view the full changelist here.
  • Forum Updates - 4/11/2021
    Various changes have been made to the forums and a few categories. You can view the full changelist here.

Search results

  1. C

    Using the new math functions

    In this post I'll explain how to get the nearest block or player a player is looking at. Keep in mind the command below hasn't been tested yet nor does it do much. In order to use it, you need to edit things. You might be wondering "Why would I ever want to know what someone sees?"... It's...
  2. C

    Custom Enchantments Tutorial (weapons)

    To make CEs (Custom Enchantments), you have to use the itemtags if you want them to be stackable. You can view the tags on the item you're currently holding with this code: cmd create gettags cmd add gettags %hand% = playerhand(%p%) cmd add gettags %tags% = %hand%[\"tags\"] cmd add gettags...