Jump to content

PeshoProto111

Member
  • Posts

    14
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PeshoProto111's Achievements

Newbie

Newbie (2/6)

0

Reputation

  1. Hi, when I wanna create plot world, PlotSquared was not working, I have WorldEdit. When I executed /p2, it doesn't work. Like, how do I fix that?
  2. Well, I need a message where players join for the first time.
  3. Hi, I wanna make a join messages goes like this. [+] PeshoProto111 Welcome PeshoProto111 to the server. And the quit message. [-] PeshoProto111 I just installed a custom join message plugin, and it I like it, for example it got disabled. So, I'm here to make a custom join messages with Skript (I'm honestly bad at scripting). I'm always sick of these messages. PeshoProto111 joined the game PeshoProto111 left the game Like, what is script of the custom join messages and quit?
  4. Hi, I just wanna make my first line of my server list MOTD. It looked like this: BORDERSMPSP | Unqiue SMP Survive in a 50x50 box. Like, how do I make it?
  5. Well, this was my MOTD: \u00A7b\u00A7lBORDERSMPSP \u00A77| \u00A7fUnique SMP\n \u00A77Survive in a \u00A7f50x50 \u00A77box. After I saved it, restarted it, and looking for my server list, still A Minecraft Server.
  6. Hi, when I wanna make a custom MOTD in my server list by installing the plugins of the custom MOTD in server list, there are a scam. I'm always tired of A Minecraft Server. Like, how do I make a custom MOTD in my server list?
  7. Hi, when I wanna execute the command /kit new while not OP, it shows this: You do not have access to that command. I have the permission essentials.kits.new. Like, how do I fix that?
  8. rosabel, I installed TABv4.0.3 file, and it worked!
  9. Hi, whenever I install TAB plugin it just disables, I'm on Paper 1.20.1. From the Console, it shows this: [04:31:57 ERROR]: null org.bukkit.command.CommandException: Cannot execute command 'tab' in plugin TAB v1.7.0 - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:929) ~[paper-1.20.1.jar:git-Paper-18] at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.1.jar:git-Paper-18] at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.1.jar:?] at net.minecraft.commands.Commands.performCommand(Commands.java:324) ~[?:?] at net.minecraft.commands.Commands.performCommand(Commands.java:308) ~[?:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2298) ~[?:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$20(ServerGamePacketListenerImpl.java:2258) ~[?:?] at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.1.jar:git-Paper-18] 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:1339) ~[paper-1.20.1.jar:git-Paper-18] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) ~[paper-1.20.1.jar:git-Paper-18] at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?] at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1316) ~[paper-1.20.1.jar:git-Paper-18] at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1309) ~[paper-1.20.1.jar:git-Paper-18] at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?] at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1287) ~[paper-1.20.1.jar:git-Paper-18] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1175) ~[paper-1.20.1.jar:git-Paper-18] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.1.jar:git-Paper-18] at java.lang.Thread.run(Thread.java:833) ~[?:?] Like, how do I make the TAB plugin enable?
  10. Welcome %player%! That's is why it showed the error! "There's no player in a periodical event" means you cannot use placeholder player in the header.
  11. Hi, when I reload the tablist.sk script, I have this script here: options: Header: &b&lGPvPv%nl%&f&lSeason 1%nl%%nl%&f&lWelcome &b&l%player%&f&l!%nl%Online Players %{Online}% %nl%%nl%&b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m Footer: &b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m &b&m %nl%%nl%&b&lGPvPv.minehut.gg every second: loop all players: set loop-player's tab list header to "{@Header}" set loop-player's tab list footer to "{@Footer}" set {Online} to number of all players stop And when I reload tablist.sk, it shows this error: Line 7: (tablist,sk) There's no player in a periodical event Line: set loop-player's tab list header to "{@Header}" [Skript] Encountered 1 error while reloading tablist.sk! (8ms) How do I fix that?
  12. Tablist header not working (Skript)

  13. Here is how to remove it: 1. Go to your file manager. 2. Go to "plugins". 3. Select the plugin, now click the trash icon to remove it. 4. Find the folder CratesPlus and select it, click the trash icon to remove it. 5. Go to the plugins tab, and go to installed, now uninstall CratesPlus.
  14. Some plugins won't install to your server, and it will show unknown error.
×
×
  • Create New...