Jump to content

CoolProgrammer

Member
  • Posts

    1,077
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by CoolProgrammer

  1. Forgot to get the highest block at x, z. Sorry. I edited the post.
  2. Go to your Dashboard and go to Settings tab of your server. Here, you can find some settings like these: Then check if they're disabled. If so, enable them to your liking, and then restart the server.
  3. CoolProgrammer

    Help Please!

    Some situations where this can happen: • You started your server, and re-executed /join <name>. The server was still starting, and it timed you out. - (Keep trying to join, as well as keep an eye over server status) • You performed a heavy action (e.g. Worldedit), and it times you out from the server. In this case, you keep trying to join the server, but it doesn't let you in. Server is then stuck on Stopping... and crashes. • Something else.... Navigate to File Manager tab, and then open this file: /logs/latest.log Use https://pastebin.com/ to paste the entire latest.log file contents. Then send the link here.
  4. You probably created a backup before you stored items in the chest. Also, do not use backups unless something went extremely wrong on your server, and want the data back.
  5. This should work ( untested ) command /randomtp: trigger: set {_x} to random number between -500 and 500 set {_z} to random number between -500 and 500 set {_loc} to highest block at location ({_x}, 0, {_z}) teleport player to block above {_loc} send "&aYou've been teleported randomly!" Important Note - If you will be having many more players on your server, teleporting to locations where chunks are not generated, can sometimes cause performance issues (where this command can be abused). Would recommend turning down the random location range, or pre-generating chunks. Also, next time, try going under Script Releases, or Marketplace to request skripts. Also, remember that there are many other people who already have made/asked about skript on other forum engines. Make sure to google it, and you will get what you want within seconds! Good day.
  6. Of-course this can be done, but will require some efforts. Minehut allows you to download worlds stored on your server. If you are talking about progress such as advancements, xp, inventory, etc. this data is stored in the main world folder. (i.e. Level Name). The Level Name can be found under the Panel, Settings tab. If it's "world" by default, then you're good to go. First off, start with these commands: • /dl world world • /dl world world_nether • /dl world world_the_end Note that, when you download "world", it has all your player's inventories, advancements, etc. stored in it. Once you have these downloaded, you can use these world folders on your external hosting (not sure how it would be done on realms). If you have a server hosting ready, you need to do the following: • Stop the server • Go to the file manager • Delete existing folders on the server named "world", "world_nether" and "world_the_end" • Manually upload the downloaded world folders you got from Minehut. • Start back the server, and your progress is back.
  7. Hello. I'd like this plugin to be added to Minehut, because I recently purchased some anticheat configuration which is dependent on this plugin called ConditionalCommands. That's the reason I'm requesting this plugin, or else I know, I can have a Skript based custom command. I've tested this on my home server, running the exact same version of Paper, Minehut is using, and it works fine. Thank you. Plugin link: https://www.spigotmc.org/resources/conditionalcommands.14295/
  8. You're looking handsome and hot today.
  9. Whatever you are doing, sounds cool man, good luck!
  10. Hey. What plugins are you using? Send a screenshot here, so that we can find the issue.
  11. Hey. Did you restart your server? You have to restart your server when you install/uninstall plugins from your server.
  12. Follow these steps: 1. Start server and do not join it. 2. Execute this command via console: "halt-activity confirm" 3. Join the server, and execute /killall all (if you have Essentials installed) 4. Clean the TNT via WorldEdit.
  13. Player data, such as inventory, exp points, and as such, are stored in the main world folder of the server. That's basically how Bukkit works. First off, make sure you have /playerdata folder inside of the world you are uploading. Then, the name of the zip file you are uploading. Suppose the name is, "MyWorld", go to the panel, and then go to Settings tab. During this time, make sure your server is offline. Then change "Level Name" to "ul_MyWorld" (Assuming your ZIP folder name is MyWorld), and then hit save. Start back your server, and then you and your friends should have the progress back.
  14. Hey. If you want to create a Scoreboard, purely with Skript, keeping Essentials economy, then this is how you can do so: First off, install/make sure you have these plugins: Skript, SkBee, skript-placeholders, PlaceholderAPI, Vault, Essentials. Of-course, restart the server. Then execute /papi ecloud download Vault. And then /papi reload. After that, make a new file called scoreboard.sk in directory path /plugins/Skript/scripts/. Paste this in it (You can edit this according to your needs): options: updatedelay: 5 title: &c&lTitle # You can change this as per your needs. on join: set title of player's scoreboard to {@title} while player is online: set line 3 of player's scoreboard to "Line 1" set line 2 of player's scoreboard to "Line 2" # This is how to set a variable to PlaceholderAPI placeholder set {_placeholder} to placeholder "%%vault_eco_balance_formatted%%" from player set line 1 of player's scoreboard to "Balance: $%{_placeholder}%" wait {@updatedelay} second on disconnect: clear player's scoreboard Like that, you can use PlaceholderAPI placeholders within skript. Use /sk reload scoreboard to load in the new changes. The main positive point about having a Skript scoreboard is, you have an endless customization power to design your scoreboard (e.g. conditions, etc.). I've not tested this, please do so, and update me with the the results/errors if any.
  15. No problem! Glad you have it fixed now. Take care, good day!
  16. Hey! BukkitCore isn't available on Minehut plugins list, and I don't think it would be added.
  17. salut! Allez sur minehut.com, puis sur le tableau de bord, et essayez d'activer le serveur à partir de là. Après cela, chaque fois que vous voyez le statut "En ligne", utilisez / join pour rejoindre le lobby. Essayez également de spammer / serveur (nom) entre 5 et 10 secondes, pour vous assurer que vous le rejoignez J'espère que ça marche! Aussi, je suis désolé si cela est mal structuré, j'utilise un service de traduction pour cela.
  18. Hey. Did you try following this Official Minehut tutorial?
  19. You can change your default server gamemode under the Settings tab of your server. Then click Save and after that, restart your server. Also, the command to change gamemode is /gamemode survival or /gamemode creative. If it shows an error, consider making yourself an operator of the server from the console like this: Hope this helps.
  20. Hey. Navigate to Plugins tab, and search for DiscordSRV. After that, click install. After that, restart your server for new configurations to generate. Then navigate to File Manager and then this directory: /plugins/DiscordSRV/ and then configure the file according to your needs. Refer to this link if you don't know how to setup DiscordSRV: https://github.com/DiscordSRV/DiscordSRV/wiki There are YouTube videos available too, make sure to check them out. Hope this helps.
  21. Currently, you can't upload custom plugins because of potential security issues as said by Administrators. Best way to do would be to re-create whatever the plugin does, with Skript. If you can't, you can hire talented people to make it for you! Take care, good day.
  22. Lol goose, your signature scares me, "100,000 results"

×
×
  • Create New...