Jump to content

StarBunnie

Member
  • Posts

    438
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by StarBunnie

  1. Sorry kinda at a loss here with no error message popping up my guess is MiSK is just not working but don't really know how to solve it.

    on join:
     while player is online:
      block at player is water:
       damage player by 5
      if block data tag "waterlogged" of block at player is true:
       damage player by 5
     wait 1 second

    That could work but I don't really have a way of testing it rn it requires SkBee tho.

  2. 25 minutes ago, DerpyJack21 said:

    I tried both of them, Type 1 did not damage the player, and Type 2 had an error saying it could not understand event "every 1 second"

    Huh that's really weird because the "every 1 second" should be a really basic skript thing and should work without any issues keep in mind that I coded mine with 1 space instead of the usual 1 tab or 4 spaces so please adjust it to the already existing code in your file.

    MiSK also recommended protocollib to be installed don't think that should affect the second error but hey skript can be rather weird sometimes.

  3. Uhm I can give it a try:

    Type 1:

    on join:
     while player is online:
      player is in water:
       damage player by 5
      wait 1 second

    Type 2:

    every 1 second:
     loop all players:
      loop-player is in water:
       damage loop-player by 5

    These should work don't ask me which ones saves performance tho.

  4. 3 minutes ago, DerpyJack21 said:

    I will check out the MiSK addon, and also, I should probably go into a bit more detail of explaining

    I have a skript currently that will detect when a player moves, and if they move, it will check if they are in water, seagrass, or tall seagrass

    What I want is a skript that will always detect if they are in either water, or a waterlogged block. I want it to detect that even when they don't move

    Maybe do a loop that just checks every 1 second and use the misk syntax to check if the loop-player is in water that should do it.

  5. I'd recommending coding this with the help of Skript. If you've never heard of skript before checking the following links could help you a lot:

    Basicshttps://skripthub.net/tutorials/17

    SkUnityhttps://docs.skunity.com/syntax/

    SkriptHubhttps://skripthub.net/docs/

    If you do have some knowledge you can just name custom items with different names preferably the warp names and send the player to the warp location when they rightclick it.

  6. Multiverse-core is a plugin that enables you to create new worlds but also quickly change settings and visit existing ones.

    After your server started up with it installed it should in theory create a worlds.yml which contains all the settings of your current worlds.

    In this file it is possible to change the difficulty and that could help because we don't have to connect to the server to change the per-world difficulty.

  7. Please don't post to often it was only 16h ago and I doubt it went unnoticed also adding a plugin takes some time so please be patient. I think pop4959 is the only one managing this here and pretty sure they sleep every now and then. If you still want to boost your post a little you could "Bump!" it by just adding a reply.

  8. This was answered several times that Dynmap is currently not possible due to complications with ports etc.

    On 2/13/2021 at 2:23 AM, pop4959 said:

    Unfortunately plugins like Dynmap, Votifier, etc are not compatible currently because they require an additional server port in order to function correctly. It's possible that this will be possible in the future, and if it is, we will probably add it. 🙂

    • Like 1
    • Thanks 1
  9. So I'm really unsure if others have the same problem but for me BentoBox doesn't register BSkyblock due to it being located in the wrong folder.

    It should be located it plugins/BentoBox/Addons instead of plugins/. Atleast that is what the author of the plugins does in his tutorial video on how to use it and so far without that the plugin isn't showing any signs of working or even hooking into BentoBox.

    Maybe I just did something really stupid if so I'd appreciate any help! 🙃

×
×
  • Create New...