-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugins.json
155 lines (146 loc) · 4.81 KB
/
plugins.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
[
{
"name": "KygekJoinUI",
"description": "JoinUI plugin",
"author": "KygekTeam",
"downloads": {
"poggit": "https://poggit.pmmp.io/p/KygekJoinUI/"
}
},
{
"name": "KygekRulesUI",
"description": "RulesUI plugin",
"author": "KygekTeam",
"downloads": {
"poggit": "https://poggit.pmmp.io/p/KygekRulesUI/",
"nukkit": "https://cloudburstmc.org/resources/kygekrulesui/"
},
"changelogs": [
{
"version": "1.1.0",
"releaseDate": "August 4th, 2020",
"warning": "If you have used earlier versions of the plugin, a file named config_old.yml will be generated. The old data will be there. You can copy the title, content, and button from it, but NEVER touch the config-version!",
"download": false,
"changes": [
"Fixed typo in config.yml",
"Added config-version in config.yml to update the config.yml if a newer one is detected"
]
},
{
"version": "1.0.1",
"releaseDate": "August 2nd, 2020",
"changes": [
"Config automatically gets reloaded when /rules is executed",
"Fixed no permission on non-op players"
]
},
{
"version": "1.0.0",
"releaseDate": "August 1st, 2020",
"changes": [
"Initial release"
]
}
]
},
{
"name": "KygekEasyGamemode",
"description": "Change between gamemodes easily",
"author": "KygekTeam",
"downloads": {
"nukkit": "https://cloudburstmc.org/resources/kygekeasygamemode.615/"
},
"changelogs": [
{
"version": "1.1.1",
"releaseDate": "December 27th, 2020",
"changes": [
"Fixed incorrect permission node"
]
},
{
"version": "1.1.0",
"releaseDate": "December 14th, 2020",
"changes": [
"Code rewrite"
]
},
{
"version": "1.0.0",
"releaseDate": "August 12th, 2020",
"changes": [
"Initial release"
]
}
]
},
{
"name": "KygekPingTPS",
"description": "See the server TPS and a player's ping",
"author": "KygekTeam",
"downloads": {
"poggit": "https://poggit.pmmp.io/p/KygekPingTPS/",
"nukkit": "https://cloudburstmc.org/resources/kygekpingtps.618/",
"spigot": "https://www.spigotmc.org/resources/kygekpingtps.93808/"
}
},
{
"name": "KygekRanksUI",
"description": "Shows information about available ranks in the server",
"author": "KygekTeam",
"downloads": {
"poggit": "https://poggit.pmmp.io/p/KygekRanksUI/"
}
},
{
"name": "KygekWhitelistKick",
"description": "Kicks not whitelisted players when server whitelist turned on",
"author": "KygekTeam",
"downloads": {
"poggit": "https://poggit.pmmp.io/p/KygekWhitelistKick/",
"nukkit": "https://cloudburstmc.org/resources/kygekwhitelistkick.619/"
},
"changelogs": [
{
"version": "1.0.0",
"releaseDate": "November 2nd, 2020",
"changes": [
"Initial release"
]
}
]
},
{
"name": "KygekTagsShop",
"description": "Allows players to use tags",
"author": "KygekTeam",
"downloads": {
"poggit": "https://poggit.pmmp.io/p/KygekTagsShop/"
}
},
{
"name": "KygekEatHeal",
"description": "Eat/feed and heal a player instantly!",
"author": "KygekTeam",
"downloads": {
"poggit": "https://poggit.pmmp.io/p/KygekEatHeal/",
"nukkit": "https://cloudburstmc.org/resources/kygekeatheal.614/"
}
},
{
"name": "KygekFarmlandDecay",
"description": "Implements vanilla functionality of farmland becomes dirt when jumped or fallen",
"author": "KygekTeam",
"downloads": {
"poggit": "https://poggit.pmmp.io/p/KygekFarmlandDecay/"
}
},
{
"name": "PerWorldPlayersList",
"description": "Shows only players that are in the same world with you in the player list menu",
"author": "aminozomty",
"downloads": {
"poggit": "https://poggit.pmmp.io/p/PerWorldPlayersList/"
}
}
]