Jump to content

UntitledGoose

Member
  • Posts

    465
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by UntitledGoose

  1. afaik skript-yaml actually allows you to edit any file, you just have to abide by that yaml file format
  2. that's still editing files though, and people would definitely find work arounds
  3. 2019: *people dying from discord ping*

    2020: *people dying from minehut forums ping*

  4. hello NERD!!!!

    1. KiraBerry

      KiraBerry

      Hello fellow nerd!!

  5. BENNY I WAS JUST ABOUT3wgeyfETGUYRTGSyufvg
  6. hey there o/ welcome to team minehut in this team we stay epic all the time
  7. this is true but it does decrease parsing time (ever so slightly, that doesn't really matter) and it's more organized, organized as in fewer lines
  8. you can't have an outdated server version because minehut automatically updates every single server when they move to a new version
  9. you could've made it so it doesn't broadcast an obnoxious message whenever you join just put credit in the comments what the hell
  10. marking it as (open source) serves no purpose because you giving the script away makes it open source unless you obfuscated the script pretty neat script though, keep up the good work
  11. Gonna try to release some of my old scripts in the future, so here's a staff chat script. https://parser.skunity.com/e9b91d9e
  12. Works fine for me. command backpack <text=small> <player=%player%>: permission: admin.bp permission message: &cInsufficient permissions! usage: &c/backpack <small/medium/large> [player] trigger: if arg-1 isn't "small", "medium" or "large": send "&c/backpack <small/medium/large> [player]" stop give arg-2 1st element of (chest named "&fSmall Backpack", chest named "&fMedium Backpack" and chest named "&fLarge Backpack" where [name of input in lowercase contains arg-1]) with lore "%(size of {backpack::%player's uuid%::*} ? 0) + 1%" and player's uuid send "&aGave you a %arg-1 in lowercase% &abackpack!" on place of chest: cancel event if player's tool's name ends with " Backpack" on right click holding chest: stop if player's tool's name doesn't end with " Backpack" stop if line 2 of player's tool's lore isn't player's uuid cancel event set metadata value "bp" of player to line 1 of player's tool's lore set {_size} to (1 if player's tool's name starts with "&fSmall ", else 3) if player's tool's name doesn't start with "&fLarge " set {_} to chest inventory with ({_size} ? 6) rows named player's tool's name loop {backpack::%player's uuid%::%line 1 of player's tool's lore%::*}: set slot loop-index parsed as int of {_} to loop-value open {_} to player on inventory close: stop if metadata value "bp" of player isn't set set {_} to metadata value "bp" of player set {backpack::%player's uuid%::%{_}%::*} to all items in event-inventory delete metadata value "bp" of player
  13. It's inefficient because you're chaining an absolute ton of else ifs together, putting stop at the end of every one when you don't have to, and setting a global variable for the player instead of a local variable
  14. oh yeah definitely does that mean the internal api still exists
  15. Unless the admins change their mind, we won't be able to add this because it allows users to manage files with Skript, and that is a very large security risk.
  16. No, Minehut doesn't and won't support cracked clients. You must buy the game at Minecraft's site.
  17. most admin endpoints require the token and session id of an admin account so this is pretty much already in action
  18. I mean looks neat A lot of requirements though... And the /plugins makes no sense because you can get any server's full plugins list with ?server (name) in the botcmds channel for the Minehut discord, or by using the api yourself Other than this, looks cool
  19. Inefficient and there isn't a player in periodical events
×
×
  • Create New...