Jump to content

Pryzmm

Moderator
  • Posts

    1,927
  • Joined

  • Last visited

  • Days Won

    33

Posts posted by Pryzmm

  1. 3 hours ago, Houlton said:

    Hey there @mzain12and @AgentGamerPro,

    Due to recent attempts of phishing via /msg and other attempts of getting private information by an known group, messages are currently set to "Friends" or "None" for everyone regardless of their settings.

    This is planning to return to normal functionality soon, however a ETA has not been given.

    o ok

  2. 3 minutes ago, Ultra_Nate77 said:

    So me and my friend made a server together, and he gave me his Minehut info so I can edit the server. I was trying to join and it said "Unable to connect you to the server, please try again later." So I tried again. Same thing. I went to the Minehut server page and it said it was offline, when Minecraft said it was online. It also said I could manage server when it was offline. HELP PLEASE.

    check the server logs and send them here

  3. 2 minutes ago, Frydex said:

    I would like a script that would drop an item on the death of a mob. (Like a zombie)
    I already have the base skript (Thanks to Minehut tutorials) but I need to be able to make it so it's a percentage that
    the item will drop. For example there would be a 5% chance you get a diamond from a zombie. If you need the base skript it's the attached file

    dropskript.txt 221 B · 14 downloads

     

    on death:
    	if victim is zombie:
    		clear the drops
    		chance of 5%:
    			set {_drop} to diamond named "&9Test"
    			drop {_drop} at victim's location

     

    • Like 1

    mods

    9 hours ago, NoNameF0und said:

    image.png.35e55f27ce098324585cb87534987fab.png
    pls help this is a server and it says this and i have all the mods in the server plz help

     

    do you have the right version of the mod?

  4. 7 hours ago, glibby said:

    sorry for this late response https://controlc.com/42bfedd5

    hmmm

    [15:05:52] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5112ms or 102 ticks behind
    [15:06:31] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 9508ms or 190 ticks behind
    [15:07:15] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 14264ms or 285 ticks behind
    [15:08:01] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5517ms or 110 ticks behind

    This is not good. Send us your plugin list and, if you have skript, send your skripts as well.

  5. 1 hour ago, trywaze said:

    When i turn on the server i join it, it kicks me and it crashes

    Logs:

    [16:09:43] [main/FATAL]: Failed to start the minecraft server
    java.lang.Exception: Failed to load configuration file: bukkit.yml
        at net.minecraft.server.Main.loadConfigFile(Main.java:280) ~[patched_1.17.1.jar:git-Paper-400]
        at net.minecraft.server.Main.main(Main.java:106) ~[patched_1.17.1.jar:git-Paper-400]
        at org.bukkit.craftbukkit.Main.main(Main.java:293) ~[patched_1.17.1.jar:git-Paper-400]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
        at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
        at io.papermc.paperclip.Paperclip.main(Paperclip.java:49) ~[server.jar:?]
    Caused by: org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here
     in 'string', line 44, column 39:
         ... ands.silent-commandblock-console: true
                                             ^

        at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:59) ~[patched_1.17.1.jar:git-Paper-400]
        at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.17.1.jar:git-Paper-400]
        at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.17.1.jar:git-Paper-400]
        at net.minecraft.server.Main.loadConfigFile(Main.java:278) ~[patched_1.17.1.jar:git-Paper-400]
        ... 7 more
    Caused by: org.yaml.snakeyaml.scanner.ScannerException: mapping values are not allowed here
     in 'string', line 44, column 39:
         ... ands.silent-commandblock-console: true
                                             ^

        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:890) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:379) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:248) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:602) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:165) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:59) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:45) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:140) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:119) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.composer.Composer.composeScalarNode(Composer.java:221) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:191) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:313) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:304) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:288) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:195) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:115) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:146) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:151) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.17.1.jar:git-Paper-400]
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.17.1.jar:git-Paper-400]
        at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.17.1.jar:git-Paper-400]
        at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.17.1.jar:git-Paper-400]
        at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.17.1.jar:git-Paper-400]
        at net.minecraft.server.Main.loadConfigFile(Main.java:278) ~[patched_1.17.1.jar:git-Paper-400]
        ... 7 more

    As @Practicesaid, there is something wrong in your bukkit.yml file. Find this in the file manager and send the configuration over.

  6. 11 hours ago, PvpLevel said:

    Hello Minehut players, I want to start a prison server so I bought the 5 prison mines. Link: https://shop.minehut.com/products/5-prison-mines?_pos=1&_psq=prison mines&_ss=e&_v=1.0

    They say their just install it in your server and the map will be at the cords. I teleported to the cords but their was NOTHING I installed it a couple times but NOTHING. I clicked on contact and I got a expired Discord Invite So Please I payed credits to this. Am I doing someting wrong or did I got scammed???

    Check the following:

    1. Is your server 1.17? As it says that the map is 1.17 ONLY
    2. Are you in the right world? Download the multiverse plugin and type /mvl to find the world
    3. Is the world in your file manager? Sign in and check

  7. 2 hours ago, OhReao said:

    This is rules for a server when they do /rules will the rules appear look please

    command /modCommands:
      trigger:
         send "&4>1./vanish
                   2./invsee
                   3./tempban
                      4./mute
                      5./warn
                      6./kick
                      7./freeze
                      8./mutechat
                      9./staffchat
                      10./nick
                      11./fly
                      12./ban forever
                      13.Permmison to see reports
                      14./openinv
                      15.No gmc
                      16./shout
                      17./kill
                      18./tp
                      19/flyspeed
                      20.You can troll people
                      21./jail
                      22./perma mute
                      23./smite
                      24./thru
                      25./kill all
                      26. /clear (person)
                      27./walkspeed
                      28./sudo
                      29. DEATH DRINK"

    tf is this

    use "%nL%" to make a new line

  8. 1 hour ago, animefluffycatgirl said:

    The other day me and my friend were going to put on mods on my server but the only version for forge is1.12.2. I am also into Redstone and such but the mod that I wanted to add had no version for 1.12.2 so not much more to say about it just higher versions of forge would be nice.

    suggest this on the minehut meta

  9. 9 hours ago, DiamondKIng6568 said:
    how can you make an npc where you just have to click on it and where you will be teleported directly to another server?
    
    

    you would need to set up a proxy for something like that. You can use the citizens plugins and the skript plugin to set something like that up.

×
×
  • Create New...