SHOW:
|
|
- or go back to the newest paste.
1 | # - Made by RemixNsG -# | |
2 | ||
3 | options: | |
4 | - | Pre: &l[InfinateEnchanter] |
4 | + | Pre: &l[InfiniteEnchanter] |
5 | CC: &b | |
6 | Permission: skript.op | |
7 | CU: /ie [start/stop/help] | |
8 | ||
9 | command /ie <text>: | |
10 | permission: {@Permission} | |
11 | trigger: | |
12 | ||
13 | #Start | |
14 | if arg-1 is "start": | |
15 | set {ie.enabled} to true | |
16 | - | message "{@Pre} {@CC} Infinate Enchanter has now Started!" |
16 | + | message "{@Pre} {@CC} Infinite Enchanter has now Started!" |
17 | give 128 enchantment table to all players | |
18 | give 128 anvil to all players | |
19 | give 128 bookshelf to all players | |
20 | set level of all players to 23000 | |
21 | ||
22 | #Stop | |
23 | if arg-1 is "stop": | |
24 | {ie.enabled} is true: | |
25 | delete {ie.enabled} | |
26 | - | broadcast "{@Pre} {@CC} Infinate Enchanter Stopped" |
26 | + | broadcast "{@Pre} {@CC} Infinite Enchanter Stopped" |
27 | set level of all players to 0 | |
28 | loop all players: | |
29 | remove all enchantment table from inventory of loop-player | |
30 | remove all anvil from inventory of loop-player | |
31 | remove all bookshelf from inventory of loop-player | |
32 | ||
33 | else: | |
34 | - | message "{@Pre} {@CC} Infinate Enchanter Is not Enabled!" |
34 | + | message "{@Pre} {@CC} Infinite Enchanter Is not Enabled!" |
35 | ||
36 | ||
37 | if arg-1 is "help": | |
38 | message "{@Pre} {@CC} /ie start" | |
39 | message "{@Pre} {@CC} /ie stop" | |
40 | message "{@Pre} {@CC} /ie help" |