Jump to content

PrecedingMC

Moderator
  • Posts

    37
  • Joined

  • Last visited

Everything posted by PrecedingMC

  1. Please make sure that you aren't responding to posts that haven't been responded to in over a month. Thanks!
  2. Hey everyone! My name is Preceding. I'm one of the newest Volunteer Moderators here at Minehut, so I thought I'd introduce myself. I've been a member of the Minehut community since 2016, but didn't really start playing much until 2020. I'm 17 years old and go by he/him pronouns. I like to have fun when I can, but I can become serious if I need to. I look forward to seeing you all around Minehut!
  3. Try reloading your page if you haven't, and hibernating your server and starting it again. If this issue still continues, I'd recommend that you contact support at https://support.minehut.com.
  4. Yes. The daily limit is completely removed if you upgrade to any plan.
  5. Please make sure that you aren't responding to posts that haven't been responded to in over a month. Thanks!
  6. Yes , it's most likely that someone is starting your server.
  7. Please make sure that you aren't responding to posts that haven't been responded to in over a month. Thanks!
  8. Please make sure that you aren't responding to posts that haven't been responded to in over a month. Thanks!
  9. PrecedingMC

    Confused

    I've never seen anything like that, is it just someone spamming characters? Or did it actually do something?
  10. You can use something like this (edit: fix the indentation, should be easy): on break of <block type>: if player does not have permission "your.permission": cancel event message "&cYou cannot break this block."
  11. This is the incorrect form. Appeal here: https://forums.minehut.com/forum/818-reports-appeals-information/
  12. Well, unfortunately some people abused this bug and it was removed. The only way I assume this may be re-added is if the command is added on the proxy server instead of the bukkit server.
  13. Post your updated code please.
  14. You can only view logs from the logs folder on your file manager as far as I'm aware.
  15. You can edit values of server.properties, bukkit.yml, spigot.yml, and paper.yml in your server dashboard under the Settings tab. You are not allowed to openly edit the files above as there are some values in the file that should not be accessible to Minehut server owners, such as the bungeecord value in the spigot.yml file, which could break some stuff with your server; the server-port value in server.properties, which you could mess with the port and in turn make other servers not start if they are running under the same port as the value you've changed; the online-mode value, which can allow cracked clients to join your Minehut server which may break some functionality of the plugins on your server. If you have suggestions to add to the Settings panel, just suggest them!
  16. I don't think this will be happening as this could break some systems on Minehut and plugins in PlayerServers as well; the system would need some recoding and I don't think there's a point of recoding a whole plugin for people who don't buy the game. EDIT: Second of all, this is a proxy feature, not a bukkit server feature; Minehut would have to allow players to join the proxy as cracked players on all servers, and server owners could not essentially toggle cracked mode for their server.
  17. Like this. (I don't do 1.15 skript so this may not work, but it should): command /queueme [<text>]: trigger: if {queue::*} contains player: remove player from {queue::*} message "&aYou are no longer in the queue." else: add player to {queue::*} message "&aYou are now in the queue." command /chooseplayers [<text>]: trigger: if size of {queue::*} < 2: message "&cNot enough players!" else: set {_p1} to {queue::1} set {_p2} to {queue::2} remove {_p1} from {queue::*} remove {_p2} from {queue::*} message "&aYou are chosen! &e(##1)" to {_p1} message "&aYou are chosen! &e(##2)" to {_p2}
  18. Can't you just make LiteBans with skript?
  19. cant be used because it has file management.
  20. Add this plugin. https://www.spigotmc.org/resources/mc2fa-two-factor-authentication-in-minecraft.50617/ It gives users a QR Code to scan with their phone.
  21. Why does it lose your data per-name change? Just use UUIDs?
  22. nice, use Skellett scoreboards instead.
×
×
  • Create New...