Jump to content

BurningBrimstone

Member
  • Posts

    203
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by BurningBrimstone

  1. Then please ensure you do not have spawn protection enabled by entering 0 as a value in this setting:

    image.png.80429452028c07b93f2103278eb161d2.png

    In the server dashboard. If players still cannot place and break blocks without OP, you have a different plugin or datapack interfering with their ability to do so.

  2. Skript-Reqn is an addon for full support of web requests in skript. It has already been requested numerous times, see thread link below.

    https://forums.skunity.com/resources/reqn.95/

     

    Minehut already has SkUniversal on its most recent version.

    https://www.spigotmc.org/resources/skuniversal.45392/

    image.png.34cae8799ade868d0481346e5715574f.png

    image.png.8c186f6cc4d1dd4af798d5b9e419f4d3.png

     

    Minehut does not appear to currently have SkUtilities, and the plugin only support up to Minecraft 1.11.

    https://forums.skunity.com/resources/skutilities.26/

     

    Skript Mirror is extremely outdated, only supporting up to Minecraft 1.13, and has been requested numerous times in the past to no avail due to the security concerns present in the addon.

    https://forums.skunity.com/resources/skript-mirror.254/

     

    Skript-Reflect, much like Skript-Mirror, presents large security concerns and will not be added.

    https://forums.skunity.com/resources/skript-reflect.1146/

     

    • Like 2
  3. Hello!

    To make a Skript that provides players with ranks, you can use the following events, expressions, and effects!

    https://skripthub.net/docs/?id=1129

    https://skripthub.net/docs/?id=4086

    https://skripthub.net/docs/?id=4442

    If you need the Skript made for you, please ask in the Marketplace section of the forums.

    If you have any further questions with making this Skript, or learning Skript in general, feel free to post further questions in this thread or ask in the #skript channel in the Minehut Discord!

  4. Hello!
    It appears that the functionality of the Daylight Cycle is still present on your server, according to the spawn behavior and ignition of the mobs over the normal "daytime" period.

    This leads me to believe that something else is interfering with your client rendering the daylight cycle. Do you have any client side mods that could possibly be blocking it? Perhaps try playing your server on vanilla to ensure it is a client issue. If it persists even on a vanilla client, please send your server logs here so we can further investigate the issue. 😄

    In the event you do need to send your server logs, here is a tutorial on how to do so:

     

  5. Hello!
    Do you have WorldGuard installed on your server? If so, the default world region could have interaction disabled for players with no permissions.

    You can change this with:

    /rg flag __global__ build allow

     

    If you do not have WorldGuard installed, please notify us of the plugins you do have. Also note that this could be a result of Minecraft's standard spawn protection which extends a few dozen blocks outside of spawn. You can disable this in the Server Dashboard found here:

    https://minehut.com/dashboard/home

     

    Resources:

    https://worldguard.enginehub.org/en/latest/permissions/

    https://worldguard.enginehub.org/en/latest/regions/global-region/

  6. I assume you want your Skripts to have utility; so what two do you have currently? You could make premade Skripts like Punishment and Gens, or have more in-depth tutorial Skripts that explain the intricacies of expressions, effects, and events.

    For some starter ideas:

    - Particle trails (on players, and projectiles)

    - Simple GUI skripts that allow players to format a GUI by simply putting items into it, rather than having to directly edit the Skript.

    - Skyblock skript that auto generates islands and restricts players to within their island

     

    In general, these are pretty simple to make, but they are on topics I see people asking a lot about; so having examples to point to would be neat 😁

    • Like 1
  7. 12 minutes ago, EnderEyeGames said:

    I would certainly hesitate to call it "full support" given that it is extremely buggy and crashes all the time. You will definitely have a far better experience on Java Edition.

    You are indeed correct. The functionality of Bedrock crossplay is a little questionable. But the option still exists to play and use it! 😆

  8. Hello!

    So, by trying to cancel the event you're attempting to cancel the original trigger of your skript, which is "on join". "on join" is unfortunately not a cancel-able event. Instead you should use an if statement to check if the player's inventory does not contain your menu compass and if that condition is met it will provide one to the player. See below.

    on join:
        if player's inventory does not contain compass with name "&6Menu":
            give player compass with name "&6Menu"

    For future questions feel free to ask in the #Skript channel on Minehut's discord! We offer quick and easy support with Skript issues.

    Minehut's Discord:

    https://discord.com/invite/minehut

    On join event:

    https://skripthub.net/docs/?id=1046

  9. Yes! Minehut has full support for Bedrock edition -> Java edition Interplay via a plugin named Geyser. It comes by default on all player servers. Connecting through it has a few special rules though. See below:

     

    Players using Bedrock edition may only join the server via the IP:

    bedrock.minehut.com

    with the port:

    19132

    Custom player server IPs like "events.minehut.gg" will not function on Bedrock edition.

    The currently supported bedrock version is 1.16.201 for iOS, Android, and Windows 10 editions. Console editions are not supported.

     

    The feature is still in beta, and can be unstable at times, so if you or any of your friends find any issues feel free to share them on the forums so they can be resolved! 😀

     

    Spigot page for further research:

    https://www.spigotmc.org/resources/geyser-minecraft-bedrock-protocol-support.81297/

    • Like 1
×
×
  • Create New...