Jump to content

Pryzmm

Moderator
  • Posts

    1,923
  • Joined

  • Last visited

  • Days Won

    33

Posts posted by Pryzmm

  1. On 7/8/2022 at 8:22 PM, ES63 said:
    command /influxofpigs:
        permission: overfill.pigs
        trigger:
            set {drop} to player's location
            add 0.5 to y-coordinate of {drop}
     
    every 2.3 minutes:
        spawn {pigs1} parsed as integer pigs at {drop}
        execute console command "broadcast &c&lA LOT OF PIGS ARE SPAWNING!!!!"
        
    on load:
        set {pigs} to 100
        set {multiplier} to 1
        
    every 1 minute:
        loop all players:
            {pigs1} = {pigs} * {multiplier}
            if {kills::%loop-player%} is greater than 100:
                add 0.1 to {multiplier}

    The spawn pigs part doesn't work, any tips?

    why do you parser {pigs1} as an integer even though it's already one?

  2. 25 minutes ago, eargoijfdgrjhnbjhf said:

    i have this problem that worldedit doesnt work sometimes and it gives this error

    [18:30:40 ERROR]: An unexpected error while handling a WorldEdit command
    java.lang.ExceptionInInitializerError: null
    	at com.sk89q.worldedit.EditSession.<init>(EditSession.java:269) ~[worldedit.jar:?]
    	at com.sk89q.worldedit.EditSessionBuilder.build(EditSessionBuilder.java:143) ~[worldedit.jar:?]
    	at com.sk89q.worldedit.LocalSession.createEditSession(LocalSession.java:1062) ~[worldedit.jar:?]
    	at com.sk89q.worldedit.extension.platform.PlatformCommandManager.lambda$registerAlwaysInjectedValues$4(PlatformCommandManager.java:258) ~[worldedit.jar:?]
    	at java.util.Optional.map(Optional.java:260) ~[?:?]
    	at com.sk89q.worldedit.extension.platform.PlatformCommandManager.lambda$registerAlwaysInjectedValues$5(PlatformCommandManager.java:257) ~[worldedit.jar:?]
    	at org.enginehub.piston.inject.MapBackedValueStore.lambda$injectedValue$0(MapBackedValueStore.java:56) ~[worldedit.jar:?]
    	at java.util.Optional.flatMap(Optional.java:289) ~[?:?]
    	at org.enginehub.piston.inject.MapBackedValueStore.injectedValue(MapBackedValueStore.java:56) ~[worldedit.jar:?]
    	at org.enginehub.piston.inject.MergedValueAccess.lambda$injectedValue$0(MergedValueAccess.java:54) ~[worldedit.jar:?]
    	at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
    	at java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:1002) ~[?:?]
    	at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129) ~[?:?]
    	at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527) ~[?:?]
    	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513) ~[?:?]
    	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    	at java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150) ~[?:?]
    	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
    	at java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647) ~[?:?]
    	at org.enginehub.piston.inject.MergedValueAccess.injectedValue(MergedValueAccess.java:57) ~[worldedit.jar:?]
    	at org.enginehub.piston.inject.MemoizingValueAccess.injectedValue(MemoizingValueAccess.java:84) ~[worldedit.jar:?]
    	at org.enginehub.piston.impl.CommandParametersImpl.injectedValue(CommandParametersImpl.java:109) ~[worldedit.jar:?]
    	at org.enginehub.piston.inject.InjectedValueAccess.injectedValue(InjectedValueAccess.java:44) ~[worldedit.jar:?]
    	at com.sk89q.worldedit.command.RegionCommandsRegistration.extract$editSession(RegionCommandsRegistration.java:685) ~[worldedit.jar:?]
    	at com.sk89q.worldedit.command.RegionCommandsRegistration.cmd$_set(RegionCommandsRegistration.java:432) ~[worldedit.jar:?]
    	at org.enginehub.piston.CommandManager.execute(CommandManager.java:157) ~[worldedit.jar:?]
    	at com.sk89q.worldedit.extension.platform.PlatformCommandManager.handleCommand(PlatformCommandManager.java:506) ~[worldedit.jar:?]
    	at com.sk89q.worldedit.util.eventbus.MethodHandleEventHandler.dispatch(MethodHandleEventHandler.java:51) ~[worldedit.jar:?]
    	at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) ~[worldedit.jar:?]
    	at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:193) ~[worldedit.jar:?]
    	at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:181) ~[worldedit.jar:?]
    	at com.sk89q.worldedit.bukkit.WorldEditPlugin.onCommand(WorldEditPlugin.java:383) ~[worldedit.jar:?]
    	at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:55) ~[worldedit.jar:?]
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:?]
    	at org.bukkit.craftbukkit.v1_19_R1.CraftServer.dispatchCommand(CraftServer.java:909) ~[paper-1.19.jar:git-Paper-50]
    	at net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2376) ~[?:?]
    	at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$18(ServerGamePacketListenerImpl.java:2147) ~[?:?]
    	at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.19.jar:git-Paper-50]
    	at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
    	at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
    	at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1358) ~[paper-1.19.jar:git-Paper-50]
    	at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:183) ~[paper-1.19.jar:git-Paper-50]
    	at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
    	at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1335) ~[paper-1.19.jar:git-Paper-50]
    	at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1328) ~[paper-1.19.jar:git-Paper-50]
    	at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
    	at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1306) ~[paper-1.19.jar:git-Paper-50]
    	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1191) ~[paper-1.19.jar:git-Paper-50]
    	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:302) ~[paper-1.19.jar:git-Paper-50]
    	at java.lang.Thread.run(Thread.java:833) ~[?:?]
    Caused by: java.lang.NullPointerException
    	at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:889) ~[guava-31.0.1-jre.jar:?]
    	at com.sk89q.worldedit.bukkit.BukkitBlockCategoryRegistry.getCategorisedByName(BukkitBlockCategoryRegistry.java:47) ~[worldedit.jar:?]
    	at com.sk89q.worldedit.world.registry.CategoryRegistry.getAll(CategoryRegistry.java:41) ~[worldedit.jar:?]
    	at com.sk89q.worldedit.world.block.BlockCategory.load(BlockCategory.java:46) ~[worldedit.jar:?]
    	at com.sk89q.worldedit.registry.Category.getAll(Category.java:40) ~[worldedit.jar:?]
    	at com.sk89q.worldedit.extent.reorder.MultiStageReorder.<clinit>(MultiStageReorder.java:63) ~[worldedit.jar:?]
    	... 50 more

    can someone help me

    Use FAWE (FastAsyncWorldEdit) instead of normal WorldEdit. It's the same only that it's like 1000% better in every way.

  3. 9 hours ago, Disvand said:

    %player's health% use this

    Yes

    10 hours ago, brigeplayer said:

    how to add hearts on tab

    In case thats not what you meant, here's how to add hearts by your name

    /scoreboard objectives add Hearts health
    /scoreboard objectives setdisplay list Hearts

  4. On 7/6/2022 at 4:22 AM, MrTibo said:

    never heard of anyone doing this, but what's wrong with using the panel provided by minehut?

    I've heard of this before but I've never understood as to why. Could be that there's more RAM that what Minehut offers? Or that maybe Minehut redirects you to the Pterodactyl servers and you get infinite players there? I donno.

  5. On 7/8/2022 at 9:31 PM, coderunner7 said:

    Hi,

    if your server has been wiped randomly, your server was probably hosted on one of the hacked hosting servers in the minehut data centers, you probably can’t get your data back, I heard they really got messed up.

    if you need help or have any further questions, dm me on discord! coderunner1#0001

    Which is why you should download your files on a regular basis, as Minehut servers can be more easily hacked than a personal computer or, the better option, Dropbox.

  6. On 7/11/2022 at 4:15 PM, ES63 said:

    please dont put the ip in the title next time

    also please make a unique server pleasee im tired of smp and box and gen and pvp

    It's fine if they put the IP in the title, there's no rule against it.

    As for the uniqueness of the server, you might as well find something else to play, as 99% of minehut servers aren't unique.

     

    hint hint i'm part of the 1% of servers that are unique

  7. 10 hours ago, Mazy said:

    how can i join to minehut server with free version or how can i in settings turn on

    PLS SOMEONE HELPS ME

    obrázek_2022-07-12_103245340.png

    Cracked minecraft accounts arent allowed on minehut. Pay for the real game.

  8. 3 hours ago, adven said:

    I tried to download staff+ and powerranks, when I download it says validation error. I also had the same problem when I tried to download a worldedit plugin a few days ago what do I do?

    just download the plugins from their respected websites.

  9. On 7/11/2022 at 6:14 AM, 2133 said:

    Add me on discord if you wanna buy a skript           Ez13414134321#2814

    Bruh 5$ aint worth for things that can literally be done in a couple lines, not to mention that 3 of the 4 things you listed (and who knows how much more) can easily be set up and used with the essentials plugin.
    To avoid anyone to get ripped off, I left some skripts below, though I've also left a link of the essentials plugin (Click Here)

    # AFK SKRIPT
    # Note: This just teleports the player to a location. If you don't want this, remove lines 4 through 13 and use essentials
    
    command /setafklocation:
    	permission: AFK.Set
    	trigger:
    		set {AFKLocation} to location of player
    		send "&d[AFK] &5Location Set!"
    
    command /afk:
    	trigger:
    		teleport player to {AFKLocation}
    		send "&d[AFK] &5You are in the AFK location!"
    
    
    
    # SPAWN SKRIPT
    
    command /setspawnlocation:
    	permission: Spawn.Set
    	trigger:
    		set {Spawn} to location of player
    		send "&e[Spawn] &6Location Set!"
    
    command /spawn:
    	trigger:
    		teleport player to {Spawn}
    		send "&e[Spawn] &6You've been teleported to spawn!"
    
    
    
    # BROADCAST SKRIPT
    
    command /broadcast <text>:
    	permission: Broadcast.Command
    	trigger:
    		broadcast "&c&l[BROADCAST] &e%arg-1%"

     

    • Thanks 1
  10. 5 hours ago, NoPulp said:

    can u make a skript where if a player uses /spawn, any item on them with curse of vanishing dissapears

    Here you go! (untested)

    on command "/spawn":
    	loop all items in player's inventory:
    		if loop-item is enchanted with curse of vanishing:
    			remove loop-item from player's inventory

     

  11. 1 hour ago, sdaiojaj said:

    The file manager is basically useless and you can't do anything on it. The text editing is clunky, moving files is clunky, uploading files is inefficient and in most cases, impossible (eg uploading folders/folder content, zips, etc). Its extremely tedious setting up a server within minehut but as it seems, minehut's server creation system is more closed than apple products as they make it impossible to create a server elsewhere then transfer the files (unless you want to spend hours uploading 20 plugins worth of config and jar files). Minehut seemingly tries to baby it's users by providing an "intuitive" ui that only serves to complicate server management such as the server home screen having server.properties management. Granted, the community on this platform do need that level of babying but at least make it possible to run an actual server on here other than poorly managed garbage 

    File manager controls are extremely clunky and unpolished · Issue #1002 · Minehut/Meta (github.com)

    1 hour ago, sdaiojaj said:

    Granted, the community on this platform do need that level of babying

    Offended. You're saying that the whole community needs babying, as if everyone has the same knowledge or experience.

    1 hour ago, sdaiojaj said:

    The file manager is basically useless and you can't do anything on it.

    It's a lot more useful than a year or 2 ago.

    1 hour ago, sdaiojaj said:

    minehut's server creation system is more closed than apple products as they make it impossible to create a server elsewhere then transfer the files (unless you want to spend hours uploading 20 plugins worth of config and jar files).

    You can download all the files at once, and upload everything in a .zip file, so I don't see the issue here.

    1 hour ago, sdaiojaj said:

    The text editing is clunky, moving files is clunky, uploading files is inefficient and in most cases, impossible (eg uploading folders/folder content, zips, etc).

    I've never had any issues with uploading files, or with text editing. It could be your internet having trouble but idk.

  12. 5 minutes ago, kaba said:

    How can i limit the max number of players that are conected in my server?

    In the settings tab in your server, scroll down to server properties. The first one should be max players. Change it, save it, and restart it.

    help

    13 hours ago, InvisEndermen24 said:

    so if i have a box server, and normal members cant build on the map, how do i make it so that people with a certain rank can build and break blocks but also not break out of the map or destroy the spawn

     

    You can use LuckPerms to give certain people permission.

×
×
  • Create New...