Jump to content

sulf

Member
  • Posts

    32
  • Joined

  • Last visited

Everything posted by sulf

  1. Hey all, I run a medium sized server where the main goal is to survive in a void where you receive items every X seconds. An issue I'm facing pretty much daily is world editing lavacasts out of spawn. With this being said, I have two options: A) Use worldguard to completely disable the flow of lava B) find some way to make lava only flow to a certain amount of blocks, or for a certain amount of time (preferred) Does anybody know how I could achieve the second option? Thanks in advance.
  2. Hey, I want a skript that, with a command like /unequip, takes the item off a player's head and puts it into an available slot. Is that possible? thanks for reading.
  3. sulf

    An antixray for bases?

    I'm running a server that has no cheating as a rule, but people use client sided exploits like xray to locate bases. I've tried a few antixray plugins but they all don't hide bases well, only ores (Which isn't an issue due to the nature of the server) Does anybody know of a good option that hides bases?
  4. sulf

    skript help?

    Hey guys, i currently have this skript: on block damage: if event-block is barrier: if player's tool is pickaxe: set event-block to air make console execute command "/give %player% barrier 1" issue is, with this current method, it bypasses worldguard - meaning a player could break, in this case, barriers in places they're not permitted to. How could this be rewritten to disallow this?
  5. I highly doubt it, but is there any way i can set up a system where every time someone /advertises they are given an item when they rejoin the server? Seems pretty far fetched but its worth a shot to ask... And if i can, is it even allowed?
  6. does anybody know of a plugin that logs laggy chunks for me? There are some that i know of but they are abandoned and don't function in 1.16. Thanks in advance!
  7. A skript that randomly teleports a player apon dying would be cool, it would probably be good to make the player actually spawn on a solid block and not void/air
  8. Hey I have this skript: command /suicide: trigger: kill player broadcast "&c&l%player% took the easy way out with /suicide." I want to add a cooldown to this skript so that a player can only use it once every 15 seconds or so. thanks!
  9. hey guys, im making a skript, but for an aspect of it i need to teleport players to the end and the nether when they type a command. How do i clarify that the cords im tping the player to is in the end or nether?
  10. What are they exactly doing? You could enable an anti spam plugin / skript if all they are doing is spamming.
  11. tittle. I currently use NCP and it falsely flags bedrock users.
  12. Reguarding this skript, is there any way to randomly send the messags on this list instead of in order?
  13. sulf

    Broadcast plugin / skript?

    bump if bumps even work on this forum lol
  14. Hey guys, I've been looking for a plugin that automatically broadcasts a random message from a list i set at a changeable interval. I've tried a few, but they don't work how i want them to. So, if anybody knows of a plugin / skript that broadcasts a random message from a list at a set interval, please link it here! thanks
  15. I'm also assuming this is the right sub-forum, since I'm requesting something
  16. Hey! So, i want a skript that places a new item in a players inventory at a set interval, with all items possible. I have one at the moment, but if a player is moving an item as they get a new item from the skript, the item they're moving vanishes. My current skript for reference: every 15 seconds: loop all players: give loop-player 1 of random items out of all item
  17. sulf

    Ban announcer?

    hey guys is there any way i can make it where it broad casts when a player is banned by either automation or by staff? It can be a skript, plugin, or anything else. thanks!
  18. Hey guys I need to force new players to input a command, but i don't know how. What i currently have doesn't work: on first join: execute command "/spawn" I know there's something wrong with my script, I would be thankful if I could get some help with it!
  19. sulf

    Spawn killing solutions

    when I do /spawnRadius (300) people still spawn in the same area of like 5 blocks. Capitalized and everything
  20. sulf

    Spawn killing solutions

    Hey all. I've been looking for solid solutions to spawn killers in my server. I've tried /gamerule spawnradius but it often times puts people in the same spawn location even though i have it set to like 300 blocks.
  21. nvm, just found out how to make it my self! Sorry.
  22. Hey all. I want a skript that spawns someone at a random location (within the border) Whenever the first join or die. thanks for reading
×
×
  • Create New...