Minecraft PC IP: play.cubecraft.net

Recent content by Wolfii

  1. Wolfii

    I browse it occasionally. Frequently get Nyaruko linking me stuff since we're real life friends

    I browse it occasionally. Frequently get Nyaruko linking me stuff since we're real life friends
  2. Wolfii

    The report system must change.

    Xenforo is simply the software the website runs on. It isn't hosted by them, Cubecraft host the website themselves. However, you are not wrong that they would have to pay more to store it.
  3. Wolfii

    <3

    <3
  4. Wolfii

    Coding change command from config.yml

    Also that won't work. In order to use the command executor you have to define an alias when registering it. That means that only commands defined in the plugin.yml will work with what you mentioned and if people attempt to use anything else it won't work. Not to mention the fact that you arent...
  5. Wolfii

    Coding change command from config.yml

    You could also edit the command map with some classic old OBS
  6. Wolfii

    60* <3 POWER_RANGER

    60* <3 POWER_RANGER
  7. Wolfii

    7 messages and 59 isn't bad either

    7 messages and 59 isn't bad either
  8. Wolfii

    Uni

    Uni
  9. Wolfii

    Ew

    Ew
  10. Wolfii

    CCG Memes

    I'll have you know this triggers me as a demi-wolf~kin
  11. Wolfii

    ?

    ?
  12. Wolfii

    Coding The Basics of Programming [LUA]

    Hint, hint. You can put code in a block to make it easier to read. local MyNumber = 7 if MyNumber == 9 then print("9") elseif MyNumber = 7 print("7") else print("Not sure") end
  13. Wolfii

    AFK timer

    No, the server forces you to leave <3
  14. Wolfii

    AFK timer

    That would be correct, the player will be 'disconnected' as far as the lobby is concerned however the connection could be "kept alive" in a sense just by the bungee.
  15. Wolfii

    AFK timer

    Don't even need to kick them. You could keep them connected to the bungee but stop sending them packets from the server. Then you could listen for the player move and reconnect them when they move. Could look tacky but it's an idea to do it that way.
Top Bottom