-
Posts
203 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by BurningBrimstone
-
-
SkJade is a reaaaally neat addon! Amazing suggestion!

+1 From me.
-
1
-
-
7 minutes ago, D3AMONANGELL said:
It is my friends server so should he do that then?
Yes. Your friend will need to execute those commands in the server's console.
-
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/


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/
-
2
-
-
As the other two folks who have replied to this post have said, Bedrock support is often buggy and frequently non-functioning. Ensure you're using the correct IP and Port listed above, and if you still cannot join, create a support ticket.
-
Very nice plugin! Would create an alternative to using Skript.
+1 From me.
-
Minehut does not appear to currently have a Minimap style plugin! The plugin you recommended does seem to have 1.16 support, but is no longer supported for future updates and bug fixes by the developers.
Bukkit link:
https://dev.bukkit.org/projects/serverminimap
GiHub Link:
https://github.com/SydMontague/ServerMinimap/
+1 From me, if support is added in the future, or if Minehut is willing to support a fork of the plugin.
-
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!
-
Hello!
The world is likely interfering with your friend's Skript because location types have a world input. Ensure your friend is changing the world using location() functions.
If you need further help debugging the Skript, feel free to send it in this thread or create a new one in:
-
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:
-
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 allowIf 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/
-
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

-
1
-
-
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!

-
Sweeeeeet! Thanks Pop!

-
2
-
-
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:
-
Nice suggestion! Would be cool to see. It's a classic plugin and quite a helpful one given the rising popularity of SMP servers on Minehut

+1 From me.
-
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.comwith the port:
19132Custom 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/
-
1
-
-
+1 From me. Simplifies noise functions with Skript immensely! Thanks ReportCards!
-
2
-



commands
in Help
Posted
Then please ensure you do not have spawn protection enabled by entering 0 as a value in this setting:
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.