Jump to content

orunt

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by orunt

  1. on mine: if gamemode of player is survival: if player is in world "world": set {_fortune} to the level of fortune on player's tool set {_no_bonus_chance} to 2 / ({_fortune} + 2) set {_rand_pick} to a random number between 0 and 1 set {_num_drops} to 1 if {_rand_pick} is greater than {_no_bonus_chance}: set {_num_drops} to a random integer between 2 and ({_fortune} + 1) clear drops this is a fortune skript i stole it outta somewhere and i can't manage to find the original creator
  2. fortune skript

  3. i downloaded this like 2 days ago and i do not remember the original creator and can't manage to find him so im trying to spread the code and help other ppl command /mutechat: permission: chat.mute permission message: &c You don't have the required permission to perform that command. trigger: if {Globalchat} is not set: set {Globalchat} to true broadcast "&c&lChat muted by &r&c%player%" stop trigger if {Globalchat} is set: clear {Globalchat} broadcast "&a&lChat unmuted by &r&a%player%" on chat: if {Globalchat} is true: if player has permission "chat.mute.bypass": stop trigger else: cancel event send "&cChat is currently muted."
  4. command /pl: trigger: permission:op permission message:&fPlugins (5):&aOh&f,&awow&f,&adidn't&f,&aexpect&f,&athat command /plugins: trigger: permission:op permission message:&fPlugins (5):&aOh&f,&awow&f,&adidn't&f,&aexpect&f,&athat super easy customize the permission message if u want
  5. orunt

    /give broken

    i wanna give myself a command block so regularly i did i /gave myself a command block but it changed from the essentials /give to some derpy one /give <item(s)> to <player> can somebody fix this
×
×
  • Create New...