Jump to content

sulf

Member
  • Posts

    32
  • Joined

  • Last visited

Posts 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. 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?

  3. 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?

  4. 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! 

  5. On 9/21/2021 at 4:51 PM, _Mr_Puppy_ said:

    this prolly wont work but i will try:

    on load:
    	tips()
    
    function tips():
    	broadcast "&a&lTIP 1"
    	wait 300 seconds
    	broadcast "&a&lTIP 2"
    	wait 300 seconds
    	broadcast "&a&lTIP 3"
    	wait 300 seconds
    	broadcast "&a&lTIP 4"
    	wait 300 seconds

    i think it was just looping tips() over and over again

     

    Reguarding this skript, is there any way to randomly send the messags on this list instead of in order? 

  6. 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 🙂 

  7. 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

  8. 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!

  9. 1 hour ago, MrTibo said:

    The gamerule is spawnRadius, it is case sensitive

    Alternatively you can use WorldGuard (Requires WorldEdit) to protect the spawn area from PvP

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

  10. 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. 

     

×
×
  • Create New...