Jump to content

AgentGamerPro

Member
  • Posts

    1,863
  • Joined

  • Last visited

  • Days Won

    32

Community Answers

  1. AgentGamerPro's post in I can't login to my MineHut server on Tlauncher was marked as the answer   
    You cannot log into minehut with TLauncher. You must have a bought minecraft account available here (click)
  2. AgentGamerPro's post in trying to make chat tags for a certain person in skript but not sure how was marked as the answer   
    Oops! Replace "set chat message" to "set chat format"
  3. AgentGamerPro's post in I need a 1.18.2 economy plugin was marked as the answer   
    Lots of people play on 1.17.1, so it would be recommended. Although if you wanna keep 1.18.2, I think using both Vault and EssentialX will provide an economy.
  4. AgentGamerPro's post in cant figure out whats wrong with my script, can anyone help? was marked as the answer   
    Try this:
     
    on death: if victim is a zombie: clear drops chance of 50%: set {_drop} to diamond named "&9Custom Drop" drop {_drop} at victim's location stop chance of 50%: set {_amount} to random integer between 1 and 3 set {_drop} to {_amount} of iron ingot named "&9Custom Drop" drop {_drop} at victim's location  
  5. AgentGamerPro's post in Players spawn facing the wrong direction/angle. was marked as the answer   
    You can use skript to teleport the player facing a certain direction when they join. Replace X Y and Z with your coords and the world name to... your world name.
    on join: wait 1 tick teleport player to location(X, Y, Z, world("world"), -90, 0)  
  6. AgentGamerPro's post in Trying to log in, but I get logged out instead. was marked as the answer   
    Minehut resolved this issue a couple hours ago. Try again now.
  7. AgentGamerPro's post in how to make it so only the people i give can use ban/kick commands was marked as the answer   
    https://www.spigotmc.org/resources/luckperms.28140/
  8. AgentGamerPro's post in How do you add a custom icon? was marked as the answer   
    wrong
     
    Minehut does not allow the server icon to be changed.
  9. AgentGamerPro's post in Spawn World [MultiVerse] was marked as the answer   
    what did you use in skript?
    Heres a example code:
     
    on join: teleport player to location(69, 12, 420, world("world"))  
  10. AgentGamerPro's post in Water doesn't flow was marked as the answer   
    This might be an issue with the plugin you are using for lands. The plugin might have disabled water flowing.
×
×
  • Create New...