AntiGrief icon

AntiGrief -----

Simple AntiGrief. (With Config)




Version: 1.2 Beta
As requested by the dev, I downloaded the latest version.

It is quite evident that this user does not know basic Skript.
There is no indentation in the script, on top of that there is "trigger" in EVENTS (trigger is only used for commands), there is a line "wait 86400" ... tf?!?! also they are attempting to cancel and event after 86400 (86400 what? ticks? seconds?)

I don't understand why this kid is trolling this crap.

Here is the long long long error I get when loading this script:

> sk reload multiskript-3
[10:27:08 INFO]: [Skript] Reloading multiskript-3.sk...
[10:27:08 INFO]: Line 2: (multiskript-3.sk)
[10:27:08 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[10:27:08 INFO]: Line: on explode:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 3: (multiskript-3.sk)
[10:27:08 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[10:27:08 INFO]: Line: trigger:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 5: (multiskript-3.sk)
[10:27:08 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[10:27:08 INFO]: Line: on place:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 6: (multiskript-3.sk)
[10:27:08 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[10:27:08 INFO]: Line: trigger:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 10: (multiskript-3.sk)
[10:27:08 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[10:27:08 INFO]: Line: command /food:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 12: (multiskript-3.sk)
[10:27:08 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[10:27:08 INFO]: Line: trigger:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 15: (multiskript-3.sk)
[10:27:08 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[10:27:08 INFO]: Line: command /clearchat:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 19: (multiskript-3.sk)
[10:27:08 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[10:27:08 INFO]: Line: trigger:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 20: (multiskript-3.sk)
[10:27:08 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[10:27:08 INFO]: Line: loop 200 times:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 22: (multiskript-3.sk)
[10:27:08 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[10:27:08 INFO]: Line: command /enderchest:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 24: (multiskript-3.sk)
[10:27:08 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[10:27:08 INFO]: Line: trigger:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 27: (multiskript-3.sk)
[10:27:08 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[10:27:08 INFO]: Line: on join:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 3: (multiskript-3.sk)
[10:27:08 INFO]: Can't understand this event: 'trigger'
[10:27:08 INFO]: Line: trigger:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 4: (multiskript-3.sk)
[10:27:08 INFO]: invalid line - all code has to be put into triggers
[10:27:08 INFO]: Line: cancel event
[10:27:08 INFO]:
[10:27:08 INFO]: Line 6: (multiskript-3.sk)
[10:27:08 INFO]: Can't understand this event: 'trigger'
[10:27:08 INFO]: Line: trigger:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 7: (multiskript-3.sk)
[10:27:08 INFO]: invalid line - all code has to be put into triggers
[10:27:08 INFO]: Line: wait 86400
[10:27:08 INFO]:
[10:27:08 INFO]: Line 8: (multiskript-3.sk)
[10:27:08 INFO]: invalid line - all code has to be put into triggers
[10:27:08 INFO]: Line: cancel event
[10:27:08 INFO]:
[10:27:08 INFO]: Line 10: (multiskript-3.sk)
[10:27:08 INFO]: Required entry 'trigger' is missing in 'command /food' (multiskript-3.sk, starting at line 10)
[10:27:08 INFO]: Line: command /food:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 11: (multiskript-3.sk)
[10:27:08 INFO]: invalid line - all code has to be put into triggers
[10:27:08 INFO]: Line: aliases: bread
[10:27:08 INFO]:
[10:27:08 INFO]: Line 12: (multiskript-3.sk)
[10:27:08 INFO]: Can't understand this event: 'trigger'
[10:27:08 INFO]: Line: trigger:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 13: (multiskript-3.sk)
[10:27:08 INFO]: invalid line - all code has to be put into triggers
[10:27:08 INFO]: Line: give %player% 64 bread
[10:27:08 INFO]:
[10:27:08 INFO]: Line 14: (multiskript-3.sk)
[10:27:08 INFO]: invalid line - all code has to be put into triggers
[10:27:08 INFO]: Line: message "<light green> You Got 64 Bread!"
[10:27:08 INFO]:
[10:27:08 INFO]: Line 15: (multiskript-3.sk)
[10:27:08 INFO]: Required entry 'trigger' is missing in 'command /clearchat' (multiskript-3.sk, starting at line 15)
[10:27:08 INFO]: Line: command /clearchat:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 16: (multiskript-3.sk)
[10:27:08 INFO]: invalid line - all code has to be put into triggers
[10:27:08 INFO]: Line: aliases: cc, clearc
[10:27:08 INFO]:
[10:27:08 INFO]: Line 17: (multiskript-3.sk)
[10:27:08 INFO]: invalid line - all code has to be put into triggers
[10:27:08 INFO]: Line: permissions: multiskript.staff
[10:27:08 INFO]:
[10:27:08 INFO]: Line 18: (multiskript-3.sk)
[10:27:08 INFO]: invalid line - all code has to be put into triggers
[10:27:08 INFO]: Line: permission error: &6You Need multiskript.staff Permission!
[10:27:08 INFO]:
[10:27:08 INFO]: Line 19: (multiskript-3.sk)
[10:27:08 INFO]: Can't understand this event: 'trigger'
[10:27:08 INFO]: Line: trigger:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 20: (multiskript-3.sk)
[10:27:08 INFO]: Can't understand this event: 'loop 200 times'
[10:27:08 INFO]: Line: loop 200 times:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 21: (multiskript-3.sk)
[10:27:08 INFO]: invalid line - all code has to be put into triggers
[10:27:08 INFO]: Line: broadcast " "
[10:27:08 INFO]:
[10:27:08 INFO]: Line 22: (multiskript-3.sk)
[10:27:08 INFO]: Required entry 'trigger' is missing in 'command /enderchest' (multiskript-3.sk, starting at line 22)
[10:27:08 INFO]: Line: command /enderchest:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 23: (multiskript-3.sk)
[10:27:08 INFO]: invalid line - all code has to be put into triggers
[10:27:08 INFO]: Line: aliases: ec
[10:27:08 INFO]:
[10:27:08 INFO]: Line 24: (multiskript-3.sk)
[10:27:08 INFO]: Can't understand this event: 'trigger'
[10:27:08 INFO]: Line: trigger:
[10:27:08 INFO]:
[10:27:08 INFO]: Line 25: (multiskript-3.sk)
[10:27:08 INFO]: invalid line - all code has to be put into triggers
[10:27:08 INFO]: Line: give %player% 1 ender_chest
[10:27:08 INFO]:
[10:27:08 INFO]: Line 28: (multiskript-3.sk)
[10:27:08 INFO]: Can't understand this event: 'trigger'
[10:27:08 INFO]: Line: trigger:
[10:27:08 INFO]:
[10:27:08 INFO]: [Skript] Encountered 22 errors while reloading multiskript-3.sk! (13ms)
>
-
Author's response
Hello, MultiSkript Dosent Exist Anymore. You Can Install Our AntiGrief Skript Instead.

Version: 1.1
> sk reload multiskript.sk
[11:00:07 INFO]: [Skript] Reloading multiskript.sk...
[11:00:07 INFO]: Line 2: (multiskript.sk)
[11:00:07 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[11:00:07 INFO]: Line: on explode:
[11:00:07 INFO]:
[11:00:07 INFO]: Line 4: (multiskript.sk)
[11:00:07 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[11:00:07 INFO]: Line: on place:
[11:00:07 INFO]:
[11:00:07 INFO]: Line 8: (multiskript.sk)
[11:00:07 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[11:00:07 INFO]: Line: command /food:
[11:00:07 INFO]:
[11:00:07 INFO]: Line 10: (multiskript.sk)
[11:00:07 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[11:00:07 INFO]: Line: trigger:
[11:00:07 INFO]:
[11:00:07 INFO]: Line 13: (multiskript.sk)
[11:00:07 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[11:00:07 INFO]: Line: command /clearchat:
[11:00:07 INFO]:
[11:00:07 INFO]: Line 17: (multiskript.sk)
[11:00:07 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[11:00:07 INFO]: Line: trigger:
[11:00:07 INFO]:
[11:00:07 INFO]: Line 18: (multiskript.sk)
[11:00:07 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[11:00:07 INFO]: Line: loop 200 times:
[11:00:07 INFO]:
[11:00:07 INFO]: Line 20: (multiskript.sk)
[11:00:07 INFO]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[11:00:07 INFO]: Line: command /enderchest:
[11:00:07 INFO]:
[11:00:07 INFO]: Line 3: (multiskript.sk)
[11:00:07 INFO]: invalid line - all code has to be put into triggers
[11:00:07 INFO]: Line: cancel event
[11:00:07 INFO]:
[11:00:07 INFO]: Line 5: (multiskript.sk)
[11:00:07 INFO]: invalid line - all code has to be put into triggers
[11:00:07 INFO]: Line: wait 86400
[11:00:07 INFO]:
[11:00:07 INFO]: Line 6: (multiskript.sk)
[11:00:07 INFO]: invalid line - all code has to be put into triggers
[11:00:07 INFO]: Line: cancel event
[11:00:07 INFO]:
[11:00:07 INFO]: Line 8: (multiskript.sk)
[11:00:07 INFO]: Required entry 'trigger' is missing in 'command /food' (multiskript.sk, starting at line 8)
[11:00:07 INFO]: Line: command /food:
[11:00:07 INFO]:
[11:00:07 INFO]: Line 9: (multiskript.sk)
[11:00:07 INFO]: invalid line - all code has to be put into triggers
[11:00:07 INFO]: Line: aliases: bread
[11:00:07 INFO]:
[11:00:07 INFO]: Line 10: (multiskript.sk)
[11:00:07 INFO]: Can't understand this event: 'trigger'
[11:00:07 INFO]: Line: trigger:
[11:00:07 INFO]:
[11:00:07 INFO]: Line 11: (multiskript.sk)
[11:00:07 INFO]: invalid line - all code has to be put into triggers
[11:00:07 INFO]: Line: give %player% 64 bread
[11:00:07 INFO]:
[11:00:07 INFO]: Line 12: (multiskript.sk)
[11:00:07 INFO]: invalid line - all code has to be put into triggers
[11:00:07 INFO]: Line: message "<light green> You Got 64 Bread!"
[11:00:07 INFO]:
[11:00:07 INFO]: Line 13: (multiskript.sk)
[11:00:07 INFO]: Required entry 'trigger' is missing in 'command /clearchat' (multiskript.sk, starting at line 13)
[11:00:07 INFO]: Line: command /clearchat:
[11:00:07 INFO]:
[11:00:07 INFO]: Line 14: (multiskript.sk)
[11:00:07 INFO]: invalid line - all code has to be put into triggers
[11:00:07 INFO]: Line: aliases: cc, clearc
[11:00:07 INFO]:
[11:00:07 INFO]: Line 15: (multiskript.sk)
[11:00:07 INFO]: invalid line - all code has to be put into triggers
[11:00:07 INFO]: Line: permissions: multiskript.staff
[11:00:07 INFO]:
[11:00:07 INFO]: Line 16: (multiskript.sk)
[11:00:07 INFO]: invalid line - all code has to be put into triggers
[11:00:07 INFO]: Line: permission error: &6You Need multiskript.staff Permission!
[11:00:07 INFO]:
[11:00:07 INFO]: Line 17: (multiskript.sk)
[11:00:07 INFO]: Can't understand this event: 'trigger'
[11:00:07 INFO]: Line: trigger:
[11:00:07 INFO]:
[11:00:07 INFO]: Line 18: (multiskript.sk)
[11:00:07 INFO]: Can't understand this event: 'loop 200 times'
[11:00:07 INFO]: Line: loop 200 times:
[11:00:07 INFO]:
[11:00:07 INFO]: Line 19: (multiskript.sk)
[11:00:07 INFO]: invalid line - all code has to be put into triggers
[11:00:07 INFO]: Line: broadcast " "
[11:00:07 INFO]:
[11:00:07 INFO]: Line 20: (multiskript.sk)
[11:00:07 INFO]: Required entry 'trigger' is missing in 'command /enderchest' (multiskript.sk, starting at line 20)
[11:00:07 INFO]: Line: command /enderchest:
[11:00:07 INFO]:
[11:00:07 INFO]: Line 21: (multiskript.sk)
[11:00:07 INFO]: invalid line - all code has to be put into triggers
[11:00:07 INFO]: Line: aliases: ec
[11:00:07 INFO]:
[11:00:07 INFO]: Line 22: (multiskript.sk)
[11:00:07 INFO]: invalid line - all code has to be put into triggers
[11:00:07 INFO]: Line: give %player% 1 ender_chest
[11:00:07 INFO]:
[11:00:07 INFO]: [Skript] Encountered 18 errors while reloading multiskript.sk! (11ms)
>
-
Author's response
hello, please download latest version of my plugin.

Resource Information
Author:
----------
Total Downloads: 79
First Release: Dec 18, 2022
Last Update: Dec 18, 2022
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings