Jump to content

_Mr_Puppy_

Member
  • Posts

    70
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by _Mr_Puppy_

  1. I need staff for a server! Once we get a buncha staff we will decide what to make the server, and assign roles for each person to do. Things I'm looking for in staff: > Age = 13+ > One of the following: Good Skirpter, Good Builder, > Good Staff Member (Moderator, Admin, etc.) > Dedicated > Be Able To VC > Be Able To Work A Lot *NOTICE: If you suck I won't hesitate to kick you.* *ANOTHER NOTICE: Be ready for a long time before release, just incase. * If this interests you, dm me on discord: rhthebest#8215
  2. Why is nobody else replying to this?
  3. Hello everyone! This post is regarding a skirpt im am releasing named "BetterBalance!" This skirpt will contain a few features to help enhance your server. Credits: -EWS on skunity forums (https://forums.skunity.com/threads/useful-vanilla-skript-functions.7000/) for a number sorting function -nicholxs (https://forums.minehut.com/profile/125084-nicholxs/) baltop skirpt Features For Operators Features For Everybody Commands For Operators Note: when using these command don't include the [] symbols in the message. Commands For All Players Note: when using these command don't include the [] symbols in the message. THE ACTUAL CODE! You can either download the code as a .sk file, .txt file, or just copy and paste in from below! BetterBalance.sk BetterBalance.txt
  4. can't you just do: on block damage: cancel event ?
  5. Hello, fellow citizens of minehut. I need staff for an upcoming prison mining server I am working on. Staff positions needed: -Helper -Builder (I really need a builder) -Moderator -Sr. Moderator -Admin Make sure to contact me on discord: rhthebest#8215 Also make sure to apply using this google forms document: https://docs.google.com/forms/d/e/1FAIpQLSeKnpbV4lOmahbwTW7uriWozBJ1W3PiMWbO_CLc9R4JcR8PkQ/viewform
  6. _Mr_Puppy_

    Server Crash :/

    At random times, while my server is online (obviously) it just crashes with the chat message: Anyone know a fix? here's some links to help you: - Console Error: https://pastebin.com/915PP7jV - Whole Console: https://pastebin.com/tFEvBbTr
  7. alright i hope this is what you wanted, when somebody dies, it drops their head, and makes the person who died go to spectator mode. when a head is placed, it revives the person who the head belongs to. if this is what you wanted, heres the skirpt: on death: victim is a player: drop victim's head at location of victim on respawn: set player's gamemode to spectator on block place: if event-block is player skull or player wall skull: loop all players: if player's tool's name contains "%loop-player%": set location of event-block to {loc} play sound "entity.generic.explode" at volume 1 at pitch 1 at event-block play flash at the event-block loop 20 times: play heart at the event-block play sound "entity.chicken.egg" at volume 1 at pitch 1 at event-block play sound "entity.turtle.egg_break" at volume 0.1 at pitch 1 at event-block wait 1 tick play flash at the event-block play sound "item.totem.use" at volume 3 at pitch 1 at event-block teleport loop-player to {loc} set loop-player's gamemode to survival play flash at the event-block play flash at the event-block play flash at the event-block broadcast "&c%loop-player% Has Been Revived!" i dont even know if it works, sorry if it doesn't
  8. command /xpbottle: trigger: give player bottle of enchanting
  9. If you need any skripts made for you or any skript help in general, I am here to help! Reply to this topic with the skript you need help with or describe (in detail) with what skript you want made for you. If I take a while to respond I am either sleeping or just busy. If there is an error with the skript, please contact me on discord rhthebest#8215 or request skirpts through my discord rhthebest#8215
  10. This happened to me before! What you need to do is, 1. download all your skirpts. 2. Delete the skirpt plugin. 3. Delete all extra skript files in your server that you still have after deleting skirpt. 4. reinstall skirpt. 5. upload all your skirpts back. (sorry if the explanation is bad, this was rushed.)
  11. also do you propose alternatives?
  12. So i know tuske doesn't work on 1.17 or 1.18 so i made my server on 1.16.5 and tuske does partly work the first 3 lines work but only if the last two lines are deleted. on swap hand items: cancel event open virtual chest inventory with size 5 named "&3Information" to player format gui slot 1 of player with player's skull named "&3Statistics" with lore "&7Click To View Your Statistics!" to run: #when this line and the below line are removed, the skirpt works and opens a plain gui but when i add these two lines it stops working why is that? broadcast "it works!" even when i add the last two lines there are still no errors but the gui doesn't work
  13. idk what golden crates does but um command /key [<offline player>] [<text>]: permission: keys.staff trigger: if arg-1 is set: if arg-2 is "wood": give player 1 tripwire hook named "&aWood Key" else: send "&cUnknown Key" to player if arg-2 is "stone": give player 1 tripwire hook named "&bStone Key" else: send "&cUnknown Key" to player if arg-2 is "iron": give player 1 tripwire hook named "&3Iron Key" else: send "&cUnknown Key" to player if arg-2 is "diamond": give player 1 tripwire hook named "&9Diamond Key" else: send "&cUnknown Key" to player if arg-2 is "emerald": give player 1 tripwire hook named "&2Emerald Key" else: send "&cUnknown Key" to player if arg-1 is not set: send "&6Usage: /key [player] [key name (wood/stone/iron/diamond/emerald)]" to player command /keyall [<text>]: permission: keys.staff trigger: if arg-1 is set: if arg-1 is "wood": loop all players: give loop-player 1 tripwire hook named "&aWood Key" else: send "&cUnknown Key" to player if arg-1 is "stone": loop all players: give player 1 tripwire hook named "&bStone Key" else: send "&cUnknown Key" to player if arg-1 is "iron": loop all players: give player 1 tripwire hook named "&3Iron Key" else: send "&cUnknown Key" to player if arg-1 is "diamond": loop all players: give player 1 tripwire hook named "&9Diamond Key" else: send "&cUnknown Key" to player if arg-1 is "emerald": loop all players: give player 1 tripwire hook named "&2Emerald Key" else: send "&cUnknown Key" to player if arg-1 is not set: send "&6Usage: /keyall [key name (wood/stone/iron/diamond/emerald)]" to player
  14. i bet i could pull it off but i don't think i wanna tackle this offer
  15. on death: if attacker is player: give attacker 1 player head
  16. on break: if tool has lore "&6Telepathy": set {_drops::*} to dropped items in radius 0.75 around event-location kill dropped items in radius 0.75 around event-location give {_drops::*} to player else: stop command /addenchant [<text>]: permission: op trigger: if arg-1 is telepathy: add lore "&6Telepathy" to player's held item i found this in my skript dump file which is where i put every skirpt i make. So i though i would share this.
  17. I don't celebrate Christmas so i have time ;/ send in your skript ideas I will make them if they are not to complex.
  18. you just messed up the indentation
  19. cap. tuske is the best gui thing for skirpt. no arguments needed.
  20. custom made just for u :] command /nick [<offline player>] [<text>]: permissions: op aliases: nickname, rename, changename, name, setname trigger: if arg-1 is set: if arg-2 is set: set arg-1's displayname to "%arg-2%" else: set arg-1's displayname to "&cA&bd&1m&ci&bn&1s&c l&ba&1z&cy&b t&1o &cn&ba&1m&ce&b m&1e" else: send "&cPlease name a player to rename!" if arg-1 is set: if arg-2 is "poop" or "shit": loop 12096000 times: #will loop for a whole week if you have 20 tps lol send "&6I shit my pants" to arg-1 wait 1 tick
  21. command /ann [<text>]: trigger: if arg-1 is "test": send "{TimeByte} test" to player or if you want the message to go to everyone: command /ann [<text>]: trigger: if arg-1 is "test": broadcast "{TimeByte} test"
  22. on drop: if name of tool is "name here" with lore "lore here": cancel event
×
×
  • Create New...