Jump to content

Yodexx

Member
  • Posts

    75
  • Joined

  • Last visited

Everything posted by Yodexx

  1. options: #Put "on" to turn on that part of the script and "off" to turn off that part of the script! mutechat: on clearchat: on #Change the prefixes and permission message here! serverprefix: &3&lChat &8>> pm: &3&lChat &8>> &4You can't do that! #Change the permission commands here! talkpower1: /pex user %arg-2% add chat.mute.bypass talkpower2: /pex user %arg-2% remove chat.mute.bypass #Change the permission nodes here! talkpower: chat.chat.mute.talkpower #Permission to do /talkpower chatmute: chat.chat.mute #Permission to do /mutechat chatbypass: chat.mute.bypass #Permission to talk when chat is muted chatclear: chat.clearchat #Permission to clear the chat command /talkpower <text> <player>: permission: {@talkpower} permission message: {@pm} trigger: if {@mutechat} is on: if arg-1 is set: if arg-2 is not set: send "{@serverprefix} &cPlease insert a username!" if arg-2 is set: if arg-1 is not "on" or "off" or "check": send "{@serverprefix} &cPlease insert &c&lon&c, &c&loff&c&c, or &c&lcheck&c!" if arg-1 is "on": if arg-2 is set: send "{@serverprefix} &7You're chat mute bypass has been &8enabled" to arg-2 make console execute "{@talkpower1}" if arg-1 is "off": if arg-2 is set: send "{@serverprefix} &7You're chat mute bypass has been &8disabled" to arg-2 make console execute "{@talkpower2}" if arg-1 is "check": if arg-2 is set: if arg-2 has permission "chat.mute.bypass": send "{@serverprefix} &8%arg-2% &7has chat bypass &8enabled" else if arg-2 does not have permission "chat.mute.bypass": send "{@serverprefix} &8%arg-2% &7has chat bypass &8disabled" if {@mutechat} is off: stop command /mutechat: trigger: if player have permission "mutechat.*": if {mutechat} is not set: set {mutechat} to false broadcast "&3The chat has been unmuted by %player%" else if {mutechat} is true: set {mutechat} to false broadcast "&3The chat has been unmuted by %player%" else: set {mutechat} to true broadcast "&3The chat has been muted by %player%" on chat: if {mutechat} is true: if player do not have permission "mutechat.bypass": cancel event send "&cYou do not have permission to talk while the chat is muted!!!" to player command /clearchat: permission: {@chatclear} permission message: {@pm} trigger: if {@clearchat} is on: loop 1000 times: broadcast "" broadcast "{@serverprefix} &7Chat cleared by &8%player%" if {@clearchat} is off: stop Here
  2. HI. Now recently, me and my buddy candy (ImInCandyland) were trying to make a /mutechat command! Nothing has been working, even other peoples skripts! Now the reason why this cmd isn't working is because either ... Your fork, or because your using beta versions of skript If you can fix YOUR fork, or download the latest version of skript and use it, that would be very appreciated Thx u
  3. Yodexx

    Spigot is having issues

    Here is the link _Tarna_: https://pastebin.com/RwBvkpfy
  4. So apparently, spigot is having some issues (I don't exactly know whats going on but I'll explain as much as I can) Here are some logs of what have been happening with spigot: 00:03:34] [Netty Epoll Server IO #0/ERROR]: java.lang.NullPointerException [00:03:34] [Netty Epoll Server IO #0/WARN]: java.lang.NullPointerException [00:03:34] [Netty Epoll Server IO #0/WARN]: at net.minecraft.server.v1_16_R1.PacketDataSerializer.a(PacketDataSerializer.java:203) [00:03:34] [Netty Epoll Server IO #0/WARN]: at net.minecraft.server.v1_16_R1.PacketPlayOutChat.b(PacketPlayOutChat.java:45) [00:03:34] [Netty Epoll Server IO #0/WARN]: at net.minecraft.server.v1_16_R1.PacketEncoder.encode(PacketEncoder.java:42) [00:03:34] [Netty Epoll Server IO #0/WARN]: at net.minecraft.server.v1_16_R1.PacketEncoder.encode(PacketEncoder.java:12) [00:03:34] [Netty Epoll Server IO #0/WARN]: at sun.reflect.GeneratedMethodAccessor162.invoke(Unknown Source) [00:03:34] [Netty Epoll Server IO #0/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [00:03:34] [Netty Epoll Server IO #0/WARN]: at java.lang.reflect.Method.invoke(Method.java:498) [00:03:34] [Netty Epoll Server IO #0/WARN]: at us.myles.ViaVersion.util.PipelineUtil.callEncode(PipelineUtil.java:71) [00:03:34] [Netty Epoll Server IO #0/WARN]: at us.myles.ViaVersion.bukkit.handlers.BukkitEncodeHandler.encode(BukkitEncodeHandler.java:49) [00:03:34] [Netty Epoll Server IO #0/WARN]: at sun.reflect.GeneratedMethodAccessor163.invoke(Unknown Source) [00:03:34] [Netty Epoll Server IO #0/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [00:03:34] [Netty Epoll Server IO #0/WARN]: at java.lang.reflect.Method.invoke(Method.java:498) [00:03:34] [Netty Epoll Server IO #0/WARN]: at com.comphenix.protocol.injector.netty.ChannelInjector.encode(ChannelInjector.java:473) [00:03:34] [Netty Epoll Server IO #0/WARN]: at com.comphenix.protocol.injector.netty.ChannelInjector.access$100(ChannelInjector.java:64) [00:03:34] [Netty Epoll Server IO #0/WARN]: at com.comphenix.protocol.injector.netty.ChannelInjector$1.encode(ChannelInjector.java:243) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107) [00:03:34] [Netty Epoll Server IO #0/WARN]: at com.comphenix.protocol.injector.netty.ChannelInjector$1.write(ChannelInjector.java:249) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:717) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:709) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:792) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:702) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.ChannelDuplexHandler.write(ChannelDuplexHandler.java:115) [00:03:34] [Netty Epoll Server IO #0/WARN]: at me.neznamy.tab.platforms.bukkit.Injector$1.write(Injector.java:99) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:717) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:709) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:792) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:702) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.ChannelDuplexHandler.write(ChannelDuplexHandler.java:115) [00:03:34] [Netty Epoll Server IO #0/WARN]: at com.gmail.thelimeglass.Utils.Packets.PacketListener$1.write(PacketListener.java:65) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:717) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:709) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:792) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:702) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.ChannelDuplexHandler.write(ChannelDuplexHandler.java:115) [00:03:34] [Netty Epoll Server IO #0/WARN]: at kernitus.plugin.OldCombatMechanics.utilities.packet.PacketInjector.write(PacketInjector.java:176) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:717) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:709) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:792) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:702) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:110) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:717) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:764) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:790) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:758) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:808) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1025) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:294) [00:03:34] [Netty Epoll Server IO #0/WARN]: at com.comphenix.protocol.injector.netty.ChannelProxy.writeAndFlush(ChannelProxy.java:327) [00:03:34] [Netty Epoll Server IO #0/WARN]: at net.minecraft.server.v1_16_R1.NetworkManager.lambda$b$6(NetworkManager.java:300) [00:03:34] [Netty Epoll Server IO #0/WARN]: at com.comphenix.protocol.injector.netty.ChannelInjector$3.lambda$onMessageScheduled$1(ChannelInjector.java:321) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:384) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) [00:03:34] [Netty Epoll Server IO #0/WARN]: at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [00:03:34] [Netty Epoll Server IO #0/WARN]: at java.lang.Thread.run(Thread.java:748) If you guys can fix it, that would be very appreshiated! (I keep getting lots of these errors all the time in logs btw)
  5. So, I want this plugin called SkQuery-Lime added (and btw it is not just skquery, its a different version). The cool thing about it is that, it adds a lot of new gui features! Plugin Download & Info Link: https://forums.skunity.com/resources/skquery-1-9-1-15.68/
  6. Can you please add GadgetsMenu (premium)? It would be very apreshiated! Plugin Link: https://www.spigotmc.org/resources/gadgetsmenu-1-8-1-13-2-premium.62831/
  7. Yup that's right. 50% off summer sale! Get your rank today and enjoy your summer! ENDING AUGEST 1st 2020
  8. But the thing is, I don't know what world I was in.
  9. Soo, I don't know what to do. I've done skript for some reason, I tried restarting, connecting to spawn with both ways (multiverse and cmd) but everything I've tried ain't work... - _ - What happened? I was trying to clear lag and during that, I was deleting non used npcs, so I kept tping to those npcs and one of them was in the void... I tp'd to it and it just kept kicking me out... CAUSE: Citizens Npcs lol I can't join my server... Plz help!
  10. Did it, but I couldn't find on bukkit or spigot... Luckily I did find it on skunity and includes downloads and everything.
  11. No, its not just SkQuery, its just another addon to skript. The reason why I'd like this added is because: I'm trying to update one of my games and make a gui that can add spells to your weapons, armor, items ect (I own a minigame server - MCMinemon). I didn't know how to do it, so I went to SkForums and someone said I should try SkQuery-Lime! If you do decide to add it, that would be very helpful ! Website (I couldn't find on spigot or bukkit website): https://forums.skunity.com/resources/skquery-1-9-1-15.68/
  12. I don't think it's possible to undo!! Someone just advertised my server (MCMINEMON) and after like 8-14 players, we all got teleported to a minepvp dimension and we went back to spawn and the gamemode npc's weren't working! I checked the worlds and they were unloaded, I restarted the server and found out in the file manager that all of those worlds were totally deleted!!!!! I don't know what to do, please help me! I have spent so long on that server, I don't wanna loose it!
  13. Minehut is awesome, and I mean it! However i've been wondering - is the maximum player limit really 200? For some reason I like to dream that my server in the future would have like tons of players and tons of Gigs, but then when I saw that Minehut would only give out 200. Is that really true?
×
×
  • Create New...