Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/04/2021 in all areas

  1. M I N E H U T C O M M U N I T Y F A Q HOW TO CONNECT TO MINEHUT ON BEDROCK DIFFICULTY: EASY Introduction to How to Connect to Minehut on Bedrock: All servers on Minehut support crossplay on Java and Bedrock, meaning you are able to play with people using different editions of Minecraft. How to Connect: Bedrock currently supports 3 different types of devices: Windows 10, IOS, and Android. To join a server on bedrock, you can either join the Minehut lobby with bedrock.minehut.com and run /join <server name> or you can just join the server directly with <server name>.bedrock.minehut.gg and it will take you to your server if it is online. What to do if the IP does not work: As bedrock support is still in beta, joining the bedrock server does not work 100% of the time. Here are some things you can do if the IP is not working. Remove the server from your server list and re-add it. Completely restart your game. Just keep trying to connect to it multiple times until it works. Or just try again later. Require further assistance?: If you need more help on this topic, head over to this section of forums, or join our Discord! Compiled by _Tarna_ at the Minehut Staff Team
    1 point
  2. Hi d1zzle, Please don't reply to posts that haven't been responded to in over a month. I would be locking this thread now, you can start a new thread in case you need some help. Thanks!
    1 point
  3. wrong channel. use skript releases
    1 point
  4. Small Skript by Sorbon Usuage: You add the amount + base item in @BlocksToCompress and the upgraded version in @UpgradedVersion, it will it will always upgrade with the item, in the same position! options: # Just add them in order, and be carefully that you dont mess up :D # in this example: 64 coal = 2 coal blocks || 64 Iron ingot = 1 Iron block.... # seperated by "," and the last comma has to be "and" # it will always upgrade with the item at the same position! BlocksToCompress: 64 coal, 64 iron ingot and 64 diamond # Enchanted Items: 1 of glowing %item% # named item: 1 of %item% named "Name" # lore: 1 of %item% named "name" with lore "Lore 1", "Lore 2" and "lore 3" UpgradedVersion: 2 coal block named "lol", 1 of glowing iron block and 1 of stone named "name" with lore "Lore 1", "Lore 2" and "lore 3" command /compress: trigger: compress(player) command /decompress: trigger: decompress(player) function compress(p:player): set {_n::*} to {@BlocksToCompress} set {_m::*} to {@UpgradedVersion} loop {_n::*}: while {_p} has loop-value: remove loop-value from {_p}'s inventory give {_p} {_m::%loop-index%} set {_s} to true send "&bYou have no blocks to compress." to {_p} if {_s} is not set function decompress(p:player): set {_n::*} to {@BlocksToCompress} set {_m::*} to {@UpgradedVersion} loop {_m::*}: while {_p} has loop-value: if {_p} can hold {_n::%loop-index%}: remove loop-value from {_p}'s inventory give {_p} {_n::%loop-index%} send "&bYou have no blocks to decompress." to {_p} if {_s} is not set
    1 point
  5. You cannot Also do not post on topics with over 1 month of inactivity
    1 point
  6. The adding permissions syntax is wrong (maybe it's outdated..?) New syntax: /lp group <group> permission set <node> (true | false)
    0 points
×
×
  • Create New...