Jump to content

Montrelle

Member
  • Posts

    20
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Montrelle

  1.   

    11 hours ago, Speeds said:

    So your rating an update based on the items in a menu? I personally like it. Donors had absolutely nothing before. This is just a little something that sets donors different from default players. I understand what you mean, but this seems like a pointless forum to make.

     

    Well said ^

  2. As a suggestion for the future, download your map and save all your config and script files locally in a folder or something. I personally use Skide for this, which is dedicated to Skript and additionally supports .yml (configuration) files, making it perfect for this. image.thumb.png.db850b9c54d5b65fdcdf3549304724ec.png

  3. That's not how appealing for inappropriate names works. You are banned permanently until you change your name AND appeal. You aren't given the benefit of the doubt by being banned only to the duration of the time you can change your name, as there is no confirmation that you would change your name once you're unbanned. 

  4. Install Skript and then add the following code to a .sk file: 

    command /sethome:
    	trigger:
    		set {home.%player%} to location of player
    		send "&cHome set to &b%player's location%" to player
    
    command /home:
    	trigger:
    		if {home.%player%} is set:
    			teleport player to {homes.%player%}
    		else:		
    			message "cSet your home with &b/sethome"

    I do not suggest using the Essentials plugin as it is quite buggy. 

  5. Your son needs op to execute adminstrator commands on his playerserver. To ensure this, go to the web panel and head to the console:

    image.png.4a59d4980e549c67472a9187938ef731.png

    Proceed to type "op [username]". Replace [username] with your son's username.

    After they're op, try executing /weather clear. Alternatively, you can execute /weather clear from the console itself. This should fix the issue. 

    If the issue still persists, it is likely there is a Repeat Command Block that sets the weather to rain. If so, disable command blocks from the Settings tab. 

    • Thanks 1
  6. Minehut only punishes server griefing. Looting items from your server is not considered griefing, but you might as well try to report them instead of posting a report in the wrong section.

    In the future, use /whitelist on. 

  7. I'm making a super simple currency on kill thing, when all of a sudden... skript decides to not work again! wow!

    image.png.8ce65e1ef0e152ae5dbcf407d808ffff.png

    Ya see here? yeah well {bal::%attacker%} doesn't add. I've tried making even a command which directly adds to the variable, still doesn't work. What does work is if I do something like:                  "set {bal::%attacker%} to (number)" < this works. But I can't even add to it when I do "set {bal::%attacker%} to {bal::%attacker%} + 3"

    Every other variable in this skript will add except for {bal::%attacker%}

    Which blows my mind on how this is even possible?

    There's no errors, no other skripts associated with the variable, no red plugins.

    Anyone have any ideas?

  8. OK so uh, no armor works on my server? not even vanilla armor does anything... We've tested the damage outputs and armor damage reduction has no affect on anything.
    I was wondering if it'd be one of these plugins
    image.png.23dea92fedb8cef1c66dbbecb39d9a38.png
     
    Please reply to this post if you have a solution/idea
×
×
  • Create New...