Jump to content

itsKimo

Member
  • Posts

    73
  • Joined

  • Last visited

Everything posted by itsKimo

  1. try this on place of obsidian: if "%region at player%" contains "cpvp": set {blockplace} to obsidian broadcast "working" wait 10 seconds set event-block to air else: cancel event broadcast "working2"
  2. alright, on fishing: if "%fishing state%" is "CAUGHT_FISH": add (type number here without the ()) to player's balance break of any ore: add (type number here without the ()) to player's balance break of stone: add (type number here without the ()) to player's balance break of any log: add (type number here without the ()) to player's balance death: victim is not a player add (type number here without the ()) to attacker's balance death: victim is a player: remove 10% from player's balance enjoy (these are not tested, let me know if u are any errors but there probably wont be)
  3. ah yes, `player is holding obsidian` is so correct
  4. set {_variable} to {Killlist::*} * 0.5 kill {_variable} something like that
  5. player is holding obsidian must have a colon after it (also indent it). I edited the quote
  6. can u explain better? i dont understand
  7. tell me what u want here and i make u a skript ez pz
  8. 5000 koins yes meee ign is itskimo
  9. command sc [<text>]: aliases: /staffchat permission: op trigger: arg-1 is not set: {sc.%player%} is set: delete {sc.%player%} send "&cStaff Chat Disabled!" else: set {sc.%player%} to true send "&aStaff Chat Enabled!" else: send "&bSC - %{suffix.%player's uuid%}% %player%&f: %colored arg-1%" to all ops chat: {sc.%player%} is set: cancel event send "&bSC - %{suffix.%player's uuid%}% %player%&f: %colored message%" to all ops with this skript, basically if you type /sc, itll toggle your staff chat on and off and if u type /sc with a message after it, it will send a message with staff chat to all other operators, if you dont want it with ops and want it with a permission do send "Message Here" to all players where [input has permission "permission here"]
  10. u should probably count the persons levels in a total variable like {totallevel.%player's uuid%} because if ur making a leaderboard for levels ppl lose levels on rebirth im assuming
  11. so I made a leaderboard skript but I'm not sure how to put it on my sidebar, I asked #skript and they told me to use a sorting function thing but i'm not sure how, can somebody help me?
×
×
  • Create New...