Jump to content

CoolProgrammer

Member
  • Posts

    1,077
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by CoolProgrammer

  1. Hey there. What file sharing platform did you use? You can try other ones too, such as DropBox.
  2. Hey there. If you are using HolographicDisplays plugin, it has some in-build placeholders. For player count, it is {online}. So, wherever you put in {online} it will parse (show) it as the number of online players. You can find the full list of available placeholders on this page: https://filoghost.me/docs/holographic-displays/placeholders Here is another way if you want to know (Much better and useful method): -> Install plugins PlaceholderAPI, HolographicDisplays, HolographicExtensions and ProtocolLib. -> Restart your server. -> Execute these commands: 1. /papi ecloud download Server 2. /papi reload -> You can then use %server_online% on your hologram to get the number of online players. If you have no clue of what just happened, read this detailed guide: https://www.spigotmc.org/wiki/placeholderapi-tutorial/ Also, if you don't know how to use HolographicDisplays at all, then check this link: https://filoghost.me/docs/holographic-displays Reply back if you have any problems. Have fun.
  3. Hey there. Seems to be a problem with your world. Could you quickly show a screenshot of how the inside of your main world folder looks like? In-case you don't know your main world name, go to Settings tab and check the level name. After that, go to File Manager and open the folder with your level name, and screenshot the inside of it. Additionally, you can try clicking Repair Files in Dangerzone section of your server.
  4. Check this page: https://www.spigotmc.org/resources/screaming-bedwars-1-9-1-16.63714/ It provides you with all information for using the plugin, as well as some good video tutorials. If you are talking about editing the file, you can go to File Manager -> /plugins/ScreamingBedwars/ -> config.yml/shop.yml.
  5. Hello there! Files with extension .gz are "compressed" files. Bukkit/Minecraft Servers will compress your old logs when your server stops and boots up again, just to reduce the disk space used by log files. These files can be uncompressed with softwares such as WinZIP, WinRAR, etc. So they are not really corrupted, but are instead just compressed files. Since Minehut doesn't provide a way to download files, it's not possible to obtain these files unless you know how to use the Minehut API to obtain them.
  6. CoolProgrammer

    Errors

    Minehut has been having network issues lately, and I can assure you that they don't kick you on purpose. It happens when sometimes they proxies either reboot or get overloaded with players causing them to crash and thus, disconnecting you. They are trying their best to fix the issues.
  7. Hey there. There isn't a way to download it without being on the server, but here is what you can try to do: • Start the server from console (But don't join it) • Type in "kill @e" multiple times (every 5-10 seconds) when the server shows "Starting" • Keep doing that until the server shows "Online" • Then join the server
  8. What file sharing platform did you use?
  9. Hey there. You can delete the entire end world by navigating to File Manager, and deleting the entire world_the_end folder. If your level name is different, let's say it's called "noob", then the end world folder will be noob_the_end. You will have to Restart your server though.
  10. Skymining servers got a little boring for me. And I think it's due to the amount of efforts taken to upgrade pickaxe and then when you switch to another pickaxe, it gets hard again. I'd consider playing it again if it was made a little easier in some way. I still like to play gen servers though. Some servers are still the same concept (with nothing new), and some servers bought in some new things like level ups, prestiges, and some more things to make it a little more fun than usual. But I don't know why I'm still addicted to them. The lobbies get very fun sometimes, so I go there and have fun.
  11. It's fine, not a big problem.
  12. Necro-posting is basically replying to threads which have been inactive for over a month. It's often taken into consideration as spam.
  13. Try these: - Reinstall the plugin. - Check if a file named JukeBox.jar exists in /plugins folder. - Check logs to see if there is a problem with JukeBox loading up (/dl logs). When the server starts, can you show me your server logs (/dl logs)? Send the pastebin link here. P.S. Avoid necro-posting.
  14. All admins, moderators, helpers and the entire staff team are my favorite. All of them work very hard and deserve equal love.
  15. Wait... You mean custom enchants can get messy? How? Custom enchants is a better way of registering custom attributes to an item. I don't understand why you are saying that it can get messy.
  16. on teleport: set {lastloc::%player's uuid%} to player's location command /back: trigger: teleport player to {lastloc::%player's uuid%} Little bit of explanation: The reason you can't use on world change event is, because that event doesn't allow you to get player's last location, or player's last world, and instead just get: event-player, event-world. But, on teleport event allows you to get these: event-block, event-world, event-player, event-teleportcause. Whenever a player teleports, it will store their immediate location in the variable {lastloc::%player's uuid%} and then teleport them. The on teleport event is also triggered when a player changes their world, so that way, you can store their previous location. Good luck.
  17. paste the schematic "name.schematic" at location(0, 5, 0, world("world")) @Lukes You can use the documentation this way: Visit this link: https://skripthub.net/docs/ Also, you're going to get warned for necro-posting.
  18. Hello there! After Minehut Skript PlaceholderAPI expansion broke (during update), it has been a very painful time. But there is always a solution! Go ahead and install a plugin named skript-placeholders. Once it's installed, restart your server, and make a new skript called placeholders.sk (of-course you can name it to whatever you want). Now check this out: on papi request with prefix "server": if the identifier is "greetme": set the result to "Hello %player% :)" if the identifier is "balance": set the result to "%{balance::%player's uuid%}%" Put that into the skript, and reload it. To test, execute these commands: /papi parse me %server_greetme% -> Will display "Hello CoolProgrammer " /papi parse me %server_balance% -> Will display "12345" (I don't know how I got the money ) That's how you can make custom placeholders to get some values. You can also check the addon's page: https://forums.skunity.com/resources/skript-placeholders.909/ Give it a try. Good luck!
×
×
  • Create New...