Hello, Yesterday I have 51 message !! now i have 3 message !!! Yesterday I am prenium ! Now I am ..... This is a bug ??
I am not sure what the freak you are trying to say. It seems like you have been spamming and your messages have been reset cos of you spamming; with low-quality stuff, seeing this thread from you. Also your resource are really bad... Skript; How is that even a resource; you prob copied another guys 'code'/skript and pasted it in: Spoiler: ugh... Code (Text): command /sethome [<text=notset>]: trigger: if arg 1 is set: if arg 1 is equal to "notset": message "&cEssentials>>&7 Correct usage: /sethome <text>" stop set {home.%arg 1%.%player%} to location of player message "&cEssentials>>&7 Nouveau home : %arg 1%" add arg 1 to {home.%player%.list::*} command /delhome [<text=notset>]: trigger: if arg 1 is set: if arg 1 is equal to "notset": message "&cEssentials>>&7 Correct usage: /delhome <text>" stop clear {home.%arg 1%.%player%} message "&cEssentials>>&7 Votre home %arg 1% a bien été supprimer" remove arg 1 from {home.%player%.list::*} command /home [<text=notset>]: trigger: if arg 1 is set: if arg 1 is equal to "notset": loop {home.%player%.list::*}: message "&cEssentials>>&7 Liste des homes: %loop-value%" stop message "&cTéléportation vers votre home %arg 1% ..." teleport player to {home.%arg 1%.%player%} command /setwarp <text>: permission: createwarp permission message: Tu n'a pas la permission dsl trigger: if arg 1 is set: set {warp.%arg 1%} to location of player add arg 1 to {warp.list::*} message "&cEssentials>>&7 Nouveau warp : %arg 1%" else: message "&cEssentials>>&7 Correct usage: /setwarp <text>" command /warp <text>: trigger: if arg 1 is set: message "&cTéléportation vers le warp %arg 1% ..." teleport player to {warp.%arg 1%} else: loop {warp.list::*}: message "&cEssentials>>&7 Liste des warps: %loop-value%" command /tpa <player>: trigger: message "&4Vous avez recue une demande de tp de %player%" to argument 1 message "&4Pour l accepter : &6/tpaccept" to argument 1 message "&4Pour la refuser : &6/tpadeny" to argument 1 message "&4Vous avez bien envoyer une demande de tp au joueur %arg 1%" set {tpa.manque.%player%} to true set {tpa.fait.%argument 1%} to the player command /tpaccept: trigger: if {tpa.fait.%player%} is set: message "&6Téléportation acceptée" to {skentials.tptorequest.%player%} message "&6Téléportation acceptée" teleport {tpa.fait.%player%} to the player delete {tpa.fait.%{tpa.fait.%player%}%} delete {tpa.fait.%player%} else: message "&6Vous n avez pas recue de demande de tp" command /tpadeny: trigger: if {skentials.tptorequest.%player%} is set: message "&6Téléportation refusée" to {tpa.fait.%player%} message "&6Vous avez bien refusée la demande de téléportation" delete {tpa.fait.%{tpa.fait.%player%}%} delete {tpa.fait.%player%} else: message "&6Vous n avez pas recue de demande de tp" command /tpall: permission: essentials.tpall permission message: Tu n'a pas la permission dsl trigger: teleport all players to the player broadcast "&7Téléportation de tous les joueur vers %player%" command /heal: permission: essentials.heal trigger: heal the player send "&4Vous vous etes bien heal !" to player command /feed: permission: essentials.heal trigger: set player's hunger bar to 10 send "&4Vous vous etes bien feed !" to player command /kick <player>: permission: essentials.kick permission message: Tu n'a pas la permission dsl trigger: if argument 1 is op: message "&cVous ne pouvez pas kick ce joueur" stop else: kick argument 1 command /ban <player>: permission: essentials.ban permission message: Tu n'a pas la permission dsl trigger: if argument 1 is op: message "&cVous ne pouvez pas ban ce joueur" stop else: broadcast "&4Le joueur %arg 1% a été banni par %player%" ban argument 1 command /pardon <offline player>: permission: essentials.unban permission message: Tu n'a pas la permission dsl trigger: unban argument 1 broadcast "&4Le joueur %arg 1% a été débanni par %player%" command /unban <offline player>: permission: essentials.unban permission message: Tu n'a pas la permission dsl trigger: unban argument 1 broadcast "&4Le joueur %arg 1% a été débanni par %player%" command /invsee <player>: permission: essentials.invsee permission message: %{Permission-message}% trigger: open the argument 1's inventory for the player command /kill <player>: permission: essentials.kill permission message: Tu n'a pas la permission dsl trigger: set the gamemode of argument 1 to survival remove resistance from argument 1 kill argument 1 command /gm <integer> [<player = %player%>]: permission: essentials.gamemode permission message: Tu n'a pas la permission dsl trigger: if argument 2 is "%player%": if argument 1 is 0: set the gamemode of the player to survival message "&cEssentials>>&7 Mode de jeu : Survival" if argument 1 is 1: set the gamemode of the player to creative message "&cEssentials>>&7 Mode de jeu : Creative" if argument 1 is 2: set the gamemode of the player to adventure message "&cEssentials>>&7 Mode de jeu : Adventure" else: if argument 1 is 0: set the gamemode of argument 2 to survival if argument 1 is 1: set the gamemode of argument 2 to creative if argument 1 is 2: set the gamemode of argument 2 to adventure command /speed <text> [<integer>] [<player>]: permission: essentials.speed permission message: Tu n'a pas la permission dsl trigger: if argument 1 is "1": if argument-3 is not set: set the player's walk speed to 0.2 set the player's fly speed to 0.1 message "&cEssentials>>&7 Speed 1 set" if argument-3 is set: set the walk speed of argument-3 to 0.2 set the fly speed of argument-3 to 0.1 send "&cEssentials>>&7 Speed 1 set" to argument 3 message "&cEssentials>>&7 Speed 1 set pour le joueur %argument 3%" if argument 1 is "2": if argument-3 is not set: set the player's walk speed to 0.3 set the player's fly speed to 0.2 message "&cEssentials>>&7 Speed 2 set" if argument-3 is set: set the walk speed of argument-3 to 0.3 set the fly speed of argument-3 to 0.2 send "&cEssentials>>&7 Speed 2 set" to argument 3 message "&cEssentials>>&7 Speed 2 set pour le joueur %argument 3%" if argument 1 is "3": if argument-3 is not set: set the player's walk speed to 0.4 set the player's fly speed to 0.3 message "&cEssentials>>&7 Speed 3 set" if argument-3 is set: set the walk speed of argument-3 to 0.4 set the fly speed of argument-3 to 0.3 send "&cEssentials>>&7 Speed 3 set" to argument 3 message "&cEssentials>>&7 Speed 3 set pour le joueur %argument 3%" if argument 1 is "4": if argument-3 is not set: set the player's walk speed to 0.5 set the player's fly speed to 0.4 message "&cEssentials>>&7 Speed 4 set" if argument-3 is set: set the walk speed of argument-3 to 0.5 set the fly speed of argument-3 to 0.4 send "&cEssentials>>&7 Speed 4 set" to argument 3 message "&cEssentials>>&7 Speed 4 set pour le joueur %argument 3%" if argument 1 is "5": if argument-3 is not set: set the player's walk speed to 0.6 set the player's fly speed to 0.5 message "&cEssentials>>&7 Speed 5 set" if argument-3 is set: set the walk speed of argument-3 to 0.6 set the fly speed of argument-3 to 0.5 send "&cEssentials>>&7 Speed 5 set" to argument 3 message "&cEssentials>>&7 Speed 5 set pour le joueur %argument 3%" if argument 1 is "6": if argument-3 is not set: set the player's walk speed to 0.7 set the player's fly speed to 0.6 message "&cEssentials>>&7 Speed 6 set" if argument-3 is set: set the walk speed of argument-3 to 0.7 set the fly speed of argument-3 to 0.6 send "&cEssentials>>&7 Speed 6 set" to argument 3 message "&cEssentials>>&7 Speed 6 set pour le joueur %argument 3%" if argument 1 is "7": if argument-3 is not set: set the player's walk speed to 0.8 set the player's fly speed to 0.7 message "&cEssentials>>&7 Speed 7 set" if argument-3 is set: set the walk speed of argument-3 to 0.8 set the fly speed of argument-3 to 0.7 send "&cEssentials>>&7 Speed 7 set" to argument 3 message "&cEssentials>>&7 Speed 7 set pour le joueur %argument 3%" if argument 1 is "8": if argument-3 is not set: set the player's walk speed to 0.9 set the player's fly speed to 0.8 message "&cEssentials>>&7 Speed 8 set" if argument-3 is set: set the walk speed of argument-3 to 0.9 set the fly speed of argument-3 to 0.8 send "&cEssentials>>&7 Speed 8 set" to argument 3 message "&cEssentials>>&7 Speed 8 set pour le joueur %argument 3%" if argument 1 is "9": if argument-3 is not set: set the player's walk speed to 1.0 set the player's fly speed to 0.9 message "&cEssentials>>&7 Speed 9 set" if argument-3 is set: set the walk speed of argument-3 to 1.0 set the fly speed of argument-3 to 0.9 send "&cEssentials>>&7 Speed 9 set" to argument 3 message "&cEssentials>>&7 Speed 9 set pour le joueur %argument 3%" if argument 1 is "10": if argument-3 is not set: set the player's walk speed to 1.1 set the player's fly speed to 1.0 message "&cEssentials>>&7 Speed 10 set" if argument-3 is set: set the walk speed of argument-3 to 1.1 set the fly speed of argument-3 to 1.0 send "&cEssentials>>&7 Speed 10 set" to argument 3 message "&cEssentials>>&7 Speed 10 set pour le joueur %argument 3%" command /broadcast <text>: permission: essentials.broadcast permission message: Tu n'a pas la permission dsl trigger: broadcast "&4Broadcast &6&l> &7%argument 1%" command /me <text>: permission: essentials.me permission message: Tu n'a pas la permission dsl trigger: broadcast "* %player% %argument 1%" command /time <text>: permission: essentials.time permission message: Tu n'a pas la permission dsl trigger: if argument 1 is "day": set time to 7:00 broadcast "&4Time : 7:00" stop if argument 1 is "night": set time to 19:00 broadcast "&4Time : 19:00" stop message "&6The time right now is &c%time of world%" command /day: permission: essentials.day permission message: Tu n'a pas la permission dsl trigger: set time to 7:00 broadcast "&4Time : 7:00" command /night: permission: essentials.night permission message: Tu n'a pas la permission dsl trigger: set time to 19:00 broadcast "&4Time : 19:00" command /clearinventory <player>: permission: essentials.clearinventory permission message: Tu n'a pas la permission dsl aliases: ci trigger: if argument 1 is set: clear the inventory of argument 1 message "Inventaire clear" to argument 1 else: clear the inventory of the player message "&4Inventaire supprimer" command /endersee [<player>]: permission: essentials.endersee trigger: message "&4[essentials] &6&l> &7Vous ouvrez l enderchest du joueur %arg 1%" wait 1 second open the enderchest of argument 1 to player command /whois <player>: permission: essentials.whois trigger: message "====== Information du joueur %arg 1% ======" message "&4UUID &6&l> &7%UUid of argument 1%" message "&4Vie &6&l> &7%health of arg 1%/%max health of arg 1%" message "&4Barre de faim &6&l> &7%arg 1's hunger%/10" message "&4Exp &6&l> &7%arg 1's level progress% - lvl %arg 1's level%" message "&4IP Adress &6&l> &7%arg 1's IP%" message "&4Gamemode &6&l> &7%arg 1's gamemode%" if arg 1 is op: message "&4OP &6&l> &7true" else if arg 1 is not op: message "&4OP &6&l> &7false" command /mute <player>: permission: essentials.mute permission message: Tu n'a pas la permission dsl trigger: set {essentials.mute.%arg 1%} to true broadcast "&4Le joueur %arg 1% a été mute par %player%" command /unmute <player>: permission: essentials.mute permission message: Tu n'a pas la permission dsl trigger: set {essentials.mute.%arg 1%} to false broadcast "&4Le joueur %arg 1% a été unmute par %player%" command /jump: permission: essentials.jump trigger: teleport player to target of player command /tree <text>: aliases: grow permission: essentials.tree trigger: if argument 1 is not set: grow oak tree at location of player stop else: argument 1 is "oak": grow oak tree at location of player argument 1 is "redwood": grow redwood at location of player argument 1 is "big redwood" or "tall redwod": grow tall redwood tree at location of player stop
Skript makes me lose brain cells. I'm dying. Also agree with what you said about posts getting reset.
You don't explain the situation. You just freak out. Spigot doesnt have bugs. They might changed something on you, or you did something and you dont remember