Jump to content

SIG12

Member
  • Posts

    40
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by SIG12

  1. Do you want it so they can only do it once? I also need the custom name you want. Here's the base code I think you can edit it if you want: command /start: trigger: give player 1 of unbreakable wooden pickaxe named "&eCustom Name"
  2. You replace stone with coal ore or iron ore, but you have to do it like this: For coal ore, it's the same thing just copy paste stone to execute console command then replace it with "coal ore" on mine: if event-block is stone: # the even block here Ex: wheat chance of 10%: execute console command "# Do the stuff here" if event-block is iron ore: chance of 10%: execute console command "# Do the stuff here"
  3. on mine: if event-block is stone: # the even block here Ex: wheat chance of 10%: execute console command "# Do the stuff here"
  4. A plugin isn't really needed for this you can do normal gamerule commands I'm pretty sure, here's the commands: You can /gamerule playersSleepingPercentage 0 so only 1 person has to sleep You can do /gamerule playersSleepingPercentage 50 to make it so half of the players need to sleep
  5. For the respawn part: on respawn: player has permission "prisoner": execute console command "/kit prisoner %player%" # You can also make this: make the player say "/kit prisoner" player has permission "guard": execute console command "/kit guard %player%" # You can also make this: make the player say "/kit guard" For the join part: (also if you don't need any of the events, tell me because I just guessed if you wanted join or respawn) on join: player has permission "prisoner": execute console command "/kit prisoner %player%" # You can also make this: make the player say "/kit prisoner" player has permission "guard": execute console command "/kit guard %player%" # You can also make this: make the player say "/kit guard
  6. Maybe try and learn LP (LuckPerms) it's easier and has a website for it.
  7. just do heal player or if you don't want that it's apply saturation 255 to the player for 1 second
  8. So uh.. where's the skript? (Unless I'm dumb)
  9. Well, they said "on spawn" so I just thought of on respawn but yeah I think on join could be it
  10. Good skript, You forgot to make {@p} into {@prefix}, still good tho.
  11. What do you mean by "on spawn", do you mean "on respawn"?
×
×
  • Create New...