Jump to content

CoolProgrammer

Member
  • Posts

    1,077
  • Joined

  • Last visited

  • Days Won

    13

Community Answers

  1. CoolProgrammer's post in An unknown error has occurred was marked as the answer   
    Hey, try to press Force Hibernate button in Danger Zone tab of your server. If that doesn't work, make a Support Ticket at https://minehut.com/support/ by clicking on the blue Contact Support button.
  2. CoolProgrammer's post in my minehut server keeps crashing and nothing loads was marked as the answer   
    Your server loads properly. Whenever your server crashes, immediately check your console and/or latest.log file. If there is absolutely nothing in there, try contacting the support team at https://minehut.com/support as they're the ones who'd be able to find out the reason.
  3. CoolProgrammer's post in Adding the ability to fly was marked as the answer   
    If you have EssentialsX installed, you're able to give players access to /fly command using the permission node essentials.fly.
    Here is how to add this permission using LuckPerms:
    /lp group (rank-name) permission set essentials.fly
  4. CoolProgrammer's post in Installing Skript plugin not adding "Skript" folder was marked as the answer   
    Hey, are you in the right directory?
    You should be able to find the Skript folder under /plugins folder in File Manager.
  5. CoolProgrammer's post in Updating plugins was marked as the answer   
    Hey, keep an eye on the Forums.
    Administrator Pop will post all the updated and newly added plugins in this category: https://forums.minehut.com/forum/8-news-and-updates/.
  6. CoolProgrammer's post in how do i confirm my email? was marked as the answer   
    Can you show a screenshot? That way we will be able to figure out the problem.
    Also, make sure you are logged in and at the link https://minehut.com/dashboard/. Look for your server and click on Activate. Give it a minute and you should be able to join.
  7. CoolProgrammer's post in How do i read these logs? was marked as the answer   
    Hey, it's a compress log file, and can only be uncompressed using a software such as WinRAR. Due to Minehut's File Manager restrictions, it's currently not possible to download and uncompress this file in any way. The only log file that you can read is latest.log.
  8. CoolProgrammer's post in I need help with some skript was marked as the answer   
    No problem, enjoy.
     
    Here is how you do a 2 seconds cooldown:
    right click: # to check if it's the right tool stop if tool != nether star named "&f&lPower Of The &4&LNether" # calculate the difference between when the player last shooted a fireball, and now. set {_c} to difference between {cd::%player's uuid%} and now # checking if the difference is less than 2 seconds {_c} < 2 seconds: # if it is, then show them a cooldown message, and cancel the event, and prevent it from advancing (stop) send "You are on cooldown" cancel event stop # shoot the fireball shoot a Fireball from player at speed 1 # set the cooldown to now set {cd::%player's uuid%} to now Read the comments if you do not understand how it works.
  9. CoolProgrammer's post in MH20 Plan, Max Players Still 10? was marked as the answer   
    Hey, in your Settings tab of your server, you are able to change the maximum player count. Click on Save once you do that, and then Restart your server.
  10. CoolProgrammer's post in Hibernation was marked as the answer   
    Yeah, using /join (server-name) in the lobby will start your server if it's offline.
  11. CoolProgrammer's post in How to add custom plugin? was marked as the answer   
    Minehut is currently working on this feature request. From what I remember, "We are currently pushing important security updates first", is what one of the Developer said. If you want more information, feel free to join the Minehut Meta Discord Server by clicking HERE.
  12. CoolProgrammer's post in My friend cant login was marked as the answer   
    The developers/administrators are aware of the issue and are working on it.
    Response from an Administrator:

  13. CoolProgrammer's post in Cant connect to Minehut (Sort of) was marked as the answer   
    Minehut is currently facing issues and they are being worked on. Below is the official communication from an Administrator.

  14. CoolProgrammer's post in Can I join from one of my servers to another was marked as the answer   
    Hello. It was a feature previously, but was removed. Currently it's not possible.
  15. CoolProgrammer's post in Banned was marked as the answer   
    Hello. If you wish to appeal your ban, click here and fill the form.
  16. CoolProgrammer's post in The player limit was marked as the answer   
    Hey, once you have a plan purchased, you can increase your player slots under Settings tab of your server.

    Just note that you have to click on Save and Restart your server to apply the changes. Good luck.
  17. CoolProgrammer's post in Smooth Color Prefixes was marked as the answer   
    So basically, the smooth text colors you are talking about is called as Custom RGB/Hex colors. This was introduced in Minecraft 1.16.x.
    Now, different plugins, different ways.
    Let's say you want to implement this in Skript, it will be as such: send "<##ff0000>&lHello"
    Inside of the <## and > goes a 6-digit hexadecimal color code.
     
    I use Google's HTML color picker to make custom color codes:
    https://www.google.com/search?q=html+color+picker
     
    If you have a good knowledge of Skript, consider using ColorUtils+ (Made by Darth and Sorbon) to make rainbow and gradient based text (quite useful for custom chat colors):
    https://forums.skunity.com/threads/colorutils-1-16.12134/
    Enjoy.
  18. CoolProgrammer's post in Smooth Color Prefixes was marked as the answer   
    So basically, the smooth text colors you are talking about is called as Custom RGB/Hex colors. This was introduced in Minecraft 1.16.x.
    Now, different plugins, different ways.
    Let's say you want to implement this in Skript, it will be as such: send "<##ff0000>&lHello"
    Inside of the <## and > goes a 6-digit hexadecimal color code.
     
    I use Google's HTML color picker to make custom color codes:
    https://www.google.com/search?q=html+color+picker
     
    If you have a good knowledge of Skript, consider using ColorUtils+ (Made by Darth and Sorbon) to make rainbow and gradient based text (quite useful for custom chat colors):
    https://forums.skunity.com/threads/colorutils-1-16.12134/
    Enjoy.
  19. CoolProgrammer's post in Skript error. Please help was marked as the answer   
    You can use variables for it. Here is an example:
    command /redeem: trigger: if {claimed::*} contains player's uuid: send "&cYou've already claimed." stop execute console command "lp user %player% parent set vip" send "&6&l%player% has redeemed their free &c&lVIP&b&l! Claim yours too!" add player's uuid to {claimed::*}  
  20. CoolProgrammer's post in Aaa was marked as the answer   
    Hello. You can appeal your punishment by clicking here.
    In the future, if this happens again, make sure to change your Minecraft account password as soon as possible.
  21. CoolProgrammer's post in how many different servers are you allowed to have on a free minehut account was marked as the answer   
    Hey, each and every single user gets 2 server slots for free.
    If you require additional server slots in your account, you can purchase them at a rate of 400 credits/server slot.
    If you are asking about the "limit", then there is no limit as such. 😁
  22. CoolProgrammer's post in Adding Mods was marked as the answer   
    Hey. Minehut currently doesn't support mods/modded servers, but you can find a variety of plugins under the Plugins tab of your server.
  23. CoolProgrammer's post in Commands for getting items or enchanting plus placing spawners isn't working was marked as the answer   
    Hey, in-case you do not have operator on your server, do the following:
    -> Go to Appearance tab of your server.
    -> Look for a box named Server Command.
    -> Then type in this: op your-minecraft-name
    -> Try executing the commands once again.
     
    If you do have operator, can you tell more about the problem?
  24. CoolProgrammer's post in Can tell at once how I can download the world was marked as the answer   
    Hello, on your server, execute /dl world (world-name) to download a particular world. In-case you do not know the existing worlds on your server, use /worlds to check.
     
  25. CoolProgrammer's post in Logs? was marked as the answer   
    Hello. It looks like an archived log. It's currently not possible to view older logs due to Minehut's File Manager limitations. Hopefully in the future when these files can be downloaded, it will be very easy to find out. Sorry for now.
×
×
  • Create New...