Jump to content

Pryzmm

Moderator
  • Posts

    1,923
  • Joined

  • Last visited

  • Days Won

    33

Posts posted by Pryzmm

  1. 23 minutes ago, nonono930745274 said:

    Whenever i go to my dashboard, it won't let me see my server settings. it gives me the option to edit my name, icon, and server type, but nothing else. Why can't i see my settings?

    You need to click "manage server"

  2. 11 hours ago, Sturium said:

    Hello, so my issue is that when new players join they face angle 0, even though I did `/setworldspawn ~ ~ ~ -90` to make the angle -90, meaning they look to the left of the place they usually look at (angle 0). But what I realized is that when a player joins, and I type that command, then only he respawns looking at angle -90, but the angle doesn't apply to new players.

     

    Server version: 1.19 with viabackwards and viaversion for support from 1.12 to 1.19.


    Plugins: image.png.30c338eb342054c94e489d5d728f3dc7.png

    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)

     

  3. 4 hours ago, TheAJLive said:

    Trying to load a big schematic on my server that i own with litematica but my own server is kicking me for too many packets. How to disable?

    Find your paper.yml file and go to line 92. From there, change '500' to a bigger number. Save and restart your server for the changes to take effect.

  4. 30 minutes ago, martit8 said:

    I'm no expert in this kind of stuff so I had no idea what happened here. My server started acting buggy and several commands weren't working. Specifically, WorldEdit commands. I have tried Multiverse commands and standard minecraft commands, those work fine. I dont know whats happening. I recently switched to 1.19 so maybe thats the problem. Im using papermc for the launcher. Im also using Lunar Client but before it didn't do anything so I dont think thats the problem.

    Here is what it said in console:

     

    [16:50:17 ERROR]: An unexpected error while handling a WorldEdit command
    java.lang.NoClassDefFoundError: Could not initialize class com.sk89q.worldedit.extent.reorder.MultiStageReorder
    	at com.sk89q.worldedit.EditSession.<init>(EditSession.java:269) ~[worldedit-bukkit-7.2.10.jar:?]
    	at com.sk89q.worldedit.EditSessionBuilder.build(EditSessionBuilder.java:143) ~[worldedit-bukkit-7.2.10.jar:?]
    	at com.sk89q.worldedit.LocalSession.createEditSession(LocalSession.java:1048) ~[worldedit-bukkit-7.2.10.jar:?]
    	at com.sk89q.worldedit.extension.platform.PlatformCommandManager.lambda$registerAlwaysInjectedValues$4(PlatformCommandManager.java:249) ~[worldedit-bukkit-7.2.10.jar:?]
    	at java.util.Optional.map(Optional.java:260) ~[?:?]
    	at com.sk89q.worldedit.extension.platform.PlatformCommandManager.lambda$registerAlwaysInjectedValues$5(PlatformCommandManager.java:248) ~[worldedit-bukkit-7.2.10.jar:?]
    	at org.enginehub.piston.inject.MapBackedValueStore.lambda$injectedValue$0(MapBackedValueStore.java:56) ~[worldedit-bukkit-7.2.10.jar:?]
    	at java.util.Optional.flatMap(Optional.java:289) ~[?:?]
    	at org.enginehub.piston.inject.MapBackedValueStore.injectedValue(MapBackedValueStore.java:56) ~[worldedit-bukkit-7.2.10.jar:?]
    	at org.enginehub.piston.inject.MergedValueAccess.lambda$injectedValue$0(MergedValueAccess.java:54) ~[worldedit-bukkit-7.2.10.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-bukkit-7.2.10.jar:?]
    	at org.enginehub.piston.inject.MemoizingValueAccess.injectedValue(MemoizingValueAccess.java:84) ~[worldedit-bukkit-7.2.10.jar:?]
    	at org.enginehub.piston.impl.CommandParametersImpl.injectedValue(CommandParametersImpl.java:109) ~[worldedit-bukkit-7.2.10.jar:?]
    	at org.enginehub.piston.inject.InjectedValueAccess.injectedValue(InjectedValueAccess.java:44) ~[worldedit-bukkit-7.2.10.jar:?]
    	at com.sk89q.worldedit.command.RegionCommandsRegistration.extract$editSession(RegionCommandsRegistration.java:647) ~[worldedit-bukkit-7.2.10.jar:?]
    	at com.sk89q.worldedit.command.RegionCommandsRegistration.cmd$_set(RegionCommandsRegistration.java:408) ~[worldedit-bukkit-7.2.10.jar:?]
    	at org.enginehub.piston.CommandManager.execute(CommandManager.java:157) ~[worldedit-bukkit-7.2.10.jar:?]
    	at com.sk89q.worldedit.extension.platform.PlatformCommandManager.handleCommand(PlatformCommandManager.java:497) ~[worldedit-bukkit-7.2.10.jar:?]
    	at com.sk89q.worldedit.util.eventbus.MethodHandleEventHandler.dispatch(MethodHandleEventHandler.java:51) ~[worldedit-bukkit-7.2.10.jar:?]
    	at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) ~[worldedit-bukkit-7.2.10.jar:?]
    	at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:193) ~[worldedit-bukkit-7.2.10.jar:?]
    	at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:181) ~[worldedit-bukkit-7.2.10.jar:?]
    	at com.sk89q.worldedit.bukkit.WorldEditPlugin.onCommand(WorldEditPlugin.java:383) ~[worldedit-bukkit-7.2.10.jar:?]
    	at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:55) ~[worldedit-bukkit-7.2.10.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:900) ~[paper-1.19.jar:git-Paper-8]
    	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-8]
    	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-8]
    	at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:183) ~[paper-1.19.jar:git-Paper-8]
    	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-8]
    	at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1328) ~[paper-1.19.jar:git-Paper-8]
    	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-8]
    	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1191) ~[paper-1.19.jar:git-Paper-8]
    	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:302) ~[paper-1.19.jar:git-Paper-8]
    	at java.lang.Thread.run(Thread.java:833) ~[?:?]

    There could be a couple of reasons.

    1. Your selection size is too big for WorldEdit to process (in which case, replace WorldEdit with FastAsyncWorldEdit)

    2. Your WorldEdit may not be supported by your current server version.

  5. 1 minute ago, OverRidez said:

    I've tried but it's not quite working.
    I'm downloading this jar image.png.2dc9067c2e2733f0dfbdaac4f87cb2b6.png
    then i replace it with the current skript.jar in the plugins folder, then restart the server. Am i missing any steps?

    check /sk info. If it still says 2.6.2, check the Addons tab and delete skript from there (Make sure to save your scripts to your desktop). Then restart. Add the 2.6 skript.jar to your plugins file and restart again. Go to the skript file and readd all your skripts, then /sk reload all

  6. 16 minutes ago, sl0thers said:

    yoooooooooooooooo @AgentGamerPro pls respond

     

     

     

    29 minutes ago, OverRidez said:

    Do I upgrade the server version? or downgrade the plugin version because I don't know how to downgrade the skript version.

     

    You could upgrade the server version if you wanted too, but i'd recommend creating a backup before you do.

    For downgrading the skript version, download the .jar file from here and replace it in your plugins file.
    https://github.com/SkriptLang/Skript/releases

  7. 12 hours ago, GachaVloggerYT said:

    I figured out how to blacklist 1 item as a whole but I need to blacklist certain named items like golden leggings named "&a&lLight leggings" 

     

     

    Try this

    command /dupe:
    	trigger:
    		if {DupeBlacklist::*} does not contain 1 of player's held item:
    			give player player's held item
    		else:
    			send "&cYou cannot dupe this!"
    
    command /dupeblacklist:
    	permission: op
    	trigger:
    		if {DupeBlacklist::*} does not contain 1 of player's held item:
    			add 1 of player's held item to {DupeBlacklist::*}
    			send "&aAdded item to blacklist!"
    		else:
    			remove 1 of player's held item from {DupeBlacklist::*}
    			send "&aRemoved item from blacklist!"

     

  8. 6 hours ago, Frane said:

    Hi so today when i loaded up my test server and did /locatebiome desert it didnt show the command this also happends when fx my friend goes to creative it doesnt show it in the chat this means that people can admin abuse without the owner knowing it can you guy tell me how to fix that cuz its really annyoing this also means that i cant do /locate becuse it just doesnt show anything in chat when i do it

    do /gamerule sendCommandFeedback true

  9. 7 hours ago, zonf_ said:
    on rightclick:
    	if player has {rawwolfmeat} in main hand:
    		if clicked block is campfire:
    			cancel event
    			wait 1 tick
    			send "test" to player
    			remove 1 of {rawwolfmeat} from player's inventory
    			give 1 of {cookedwolfmeat} to player

    Example: if i hold 3 on {rawwolfmeat}, the skript doesnt think i hold {rawwolfmeat}

    Try if player's held item contains 3 of {rawwolfmeat}:

  10. 6 hours ago, bocrypticlol said:

    So i'm making a spawn, but whenever i kill my self, it sends me to 0,0. I did /setworldspawn, and then /gamerule spawnRadius 0, but it still doesn't work. I heard you can make a spawn with Essentials X or smth. Please tell me.

    You might have plugins that effect where you spawn.

  11. 5 hours ago, WickSnow said:

    I looked at a lot of topic to use the /op command but the problem is that the "manage server" button does not work it's as if it was an image with which I cannot interact. image_2022-06-24_135055078.thumb.png.80cddbd02af8a51b232a65b893ce08b9.png

    Refresh your page or close the browser. This happens to me to and this usually works.

  12. 4 hours ago, BaconBoy1243 said:

    so basicly im making a script but for some reason it thinks this one score is always 1 NO MATTER WHAT. even when i change the score it doesnt work.

     

    command /spawn:
        trigger:
            execute console command "/scoreboard players set @a[scores={arena=0}] arena 1"
            set {nether.spawn} to location(-83.5, 97, -17.5, world "world", 0, 0)
            set {overworld.spawn} to location(-83.5, 87, 99.5, world "world", -90, 0)
            if {arena.%player%} is 1:
                teleport player to {overworld.spawn}
            else:
                if {arena.%player%} is 2:
                    teleport player to {nether.spawn}

     

     

    PLESAE HELP

    Variables and scores are not the same. Use 'set <variable> to <value>' instead.

×
×
  • Create New...