Jump to content

Pryzmm

Moderator
  • Posts

    1,920
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by Pryzmm

  1. Pryzmm

    Checking stuff

    1. Go to help if you need help 2. You can go to the server logs at: minehut.com > Dashboard > (Select Server) > File Manager > Logs > latest.log (or a previous log if you wish) These logs show what commands players are using, server chat, time of join and leave, and some other stuff, like errors and stuff
  2. I want to set a potion effect like this apply potion of blindness of tier 1 to the player for {is.time} minutes but with the variable (which is just a number) it dosent work, yet when i replace it with a number it works... any idea on how to fix this?
  3. I made a minecraft manhunt skript for my server like almost 2 months ago so maybe you're thinking of that
  4. Next time go to the marketplace if you want a skript
  5. Pryzmm

    Connection Issues

    This could mean that the server your in is shutting down. Then again, im not a tech expert so
  6. Pryzmm

    Map Bug?

    this could or could not be a bug, idk... i don't have any plugins installed related to maps. sometimes when i use a map i get letters and such. here's a screenshot i took: anyone know what it means?
  7. have you tried using the /ul command?
  8. Do /pl and check if the plugin is outdated. You can check this if the plugin text is red. Also check if the plugin needs other plugins to function
  9. Pryzmm

    Advanced Slabs Plugin

    It is red, and i just installed it... so... Dosent say theres any extra plugins needed, so it might be outdated Thanks anyway
  10. Pryzmm

    Advanced Slabs Plugin

    When i type /advancedslabs in my server i get: An internal error occurred while attempting to perform this command any way to fix this?
  11. Pryzmm

    Vault economy

    You can use skript and skRayFall you create your own scoreboard
  12. Scenarios 0.1 - By AgentGamerPro - Pastebin.com (link) Version 0.1 (ALPHA) Features 3 scenarios. TNT Drop, Random Items, and Bedrock Trail. Any Suggestions? Quote this and tell me!
  13. I might have some solutions 1) Try closing the game and the launcher 2) Use a normal version of minecraft 3) Try waiting for a bit... 4) Go to help.minecraft.net, there might be an answer to your problem there
  14. this can be done with skript. I think you also need skRayfall. For the money you will need vault every 5 seconds: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "<Name of server/IP>" set score "&a" in sidebar of loop-player to 9 # the numbers at each line of code means where the text will be placed in the scoreboard set score "&3&lPlayer" in sidebar of loop-player to 8 set score "&8• &aName: &a%loop-player%" in sidebar of loop-player to 7 set score "&8• &aMoney: &a%loop-player's balance%" in sidebar of loop-player to 6 set score "&5" in sidebar of loop-player to 5 set score "&3&lServer" in sidebar of loop-player to 4 set score "&8• &aOnline: &a(&f%amount of players%/%maximum players%&a)" in sidebar of loop-player to 3 set score "&8• &aTPS: &a%tps%" in sidebar of loop-player to 2 set score "&0" in sidebar of loop-player to 1
  15. can you explain what commands?
  16. not sure if this will work or not try using this for an "on script load" event or smth. idk just a rough idea if <variable> is not set: set <variable> to "<text>"
  17. You could use the "On Disconnect:" event. Also i suggest using list variables, like {Joined::*} instead of {Joined}
  18. Please use the marketplace next time you want someone to make you a skript
  19. format slot <line> of player with <item> named "<name>" to run "<command, can be sudo cmd with essentials>"
  20. Hello @StormLight! 1. I'm glad you took inspiration from the skript i made, really makes me happy 2. I don't know whats wrong with this skript... here is the main stuff in my skript: function spawnmob(loc: location, entity: entity type): spawn {_entity} at {_loc} command /pig: permission: pig permission message: Hey, you can't use this command! trigger: spawnmob(location of player, pig) set name of last spawned entity to "World Border" set {entity} to last spawned entity every tick in world "world": # will be laggy, suggest 5 ticks for better performance set {x} to x-position of {entity} set {z} to z-position of {entity} make console execute command "worldborder center %{x}% %{z}%" hopefully this helps, again, i don't know what's wrong with your skript... maybe it's the different variables? although keep in mind with this skript i sent it dosent save the entity, so you have to do /pig again when the server restarts.
×
×
  • Create New...