Jump to content

ItzarReal

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by ItzarReal

  1. so i want a /modmode command where it gives u a ban hammer and if you click a player with it, it bans them. Heres my code:

    command /modmode:
        trigger:
            execute console command "/give %player% netherite_axe 1 name:&cBan Hammer"
            on right click:
                player is holding a stick:
                    execute player command "/ban %clicked player%"

    the error message is: cant understand this condition: on right click

    Its an event tho, not a condition. help PLEASE PLZ PLZ

  2. i have an issue where the right click event doesnt work. heres my code:

    command /modmode:
        trigger:
            execute console command "/give %player% netherite_axe 1 name:&cBan Hammer"
            on right click:
                player is holding a netherite axe:
                    execute player command "/ban %clicked player%"

    it doesnt work, it says "cant understand this condition: 'on right click'

    its not a condition tho pls help :c

  3. Okay, so Im using luckperms to make prefixes, but no matter what i put the priority to, it doesnt work. Heres the command im using:

    lp user ItzarReal meta setprefix 9999999 "&c&lOwner &4"

    There is no error message. It says "Successfully set the prefix for ItzarReal to Owner" or something like that, yet there is still no prefix by my name. Help me!!!

     

    • Like 1
×
×
  • Create New...