@@ -125,14 +125,14 @@ Class | Method | HTTP request | Description
125
125
* HuskyCratesApi* | [ ** getCrate** ] ( docs/HuskyCratesApi.md#getCrate ) | ** GET** /husky/crate/{id} | Detailed crate info
126
126
* HuskyCratesApi* | [ ** getCrates** ] ( docs/HuskyCratesApi.md#getCrates ) | ** GET** /husky/crate | Crate list
127
127
* InfoApi* | [ ** getInfo** ] ( docs/InfoApi.md#getInfo ) | ** GET** /info | Server info
128
+ * InfoApi* | [ ** getServerProperties** ] ( docs/InfoApi.md#getServerProperties ) | ** GET** /info/properties | Server properties
129
+ * InfoApi* | [ ** getStats** ] ( docs/InfoApi.md#getStats ) | ** GET** /info/stats | Server stats
128
130
* MMCTicketsApi* | [ ** changeTicket** ] ( docs/MMCTicketsApi.md#changeTicket ) | ** PUT** /mmctickets/ticket/{id} | Edit ticket
129
131
* MMCTicketsApi* | [ ** getTicket** ] ( docs/MMCTicketsApi.md#getTicket ) | ** GET** /mmctickets/ticket/{id} | Detailed ticket info
130
132
* MMCTicketsApi* | [ ** getTickets** ] ( docs/MMCTicketsApi.md#getTickets ) | ** GET** /mmctickets/ticket | Ticket list
131
133
* MessageApi* | [ ** getMessage** ] ( docs/MessageApi.md#getMessage ) | ** GET** /message/{uuid} | Detailed message info
132
134
* MessageApi* | [ ** getMessages** ] ( docs/MessageApi.md#getMessages ) | ** GET** /message | Message list
133
135
* MessageApi* | [ ** sendMessage** ] ( docs/MessageApi.md#sendMessage ) | ** POST** /message | Send an interactive message
134
- * NationsApi* | [ ** getNation** ] ( docs/NationsApi.md#getNation ) | ** GET** /nations/nation/{id} | Detailed nation info
135
- * NationsApi* | [ ** getNations** ] ( docs/NationsApi.md#getNations ) | ** GET** /nations/nation | Nations list
136
136
* NucleusApi* | [ ** getJail** ] ( docs/NucleusApi.md#getJail ) | ** GET** /nucleus/jail/{name} | Detailed jail info
137
137
* NucleusApi* | [ ** getJails** ] ( docs/NucleusApi.md#getJails ) | ** GET** /nucleus/jail | Jail list
138
138
* NucleusApi* | [ ** getKit** ] ( docs/NucleusApi.md#getKit ) | ** GET** /nucleus/kit/{name} | Detailed kit info
@@ -150,6 +150,12 @@ Class | Method | HTTP request | Description
150
150
* TileEntityApi* | [ ** getTileEntity** ] ( docs/TileEntityApi.md#getTileEntity ) | ** GET** /tile-entity/{worldUuid}/{x}/{y}/{z} | Detailed tile entity info
151
151
* UserApi* | [ ** checkUser** ] ( docs/UserApi.md#checkUser ) | ** GET** /user | Check a user key
152
152
* UserApi* | [ ** login** ] ( docs/UserApi.md#login ) | ** POST** /user | Login
153
+ * WebBooksApi* | [ ** createBook** ] ( docs/WebBooksApi.md#createBook ) | ** POST** /webbooks/book | Create web book
154
+ * WebBooksApi* | [ ** deleteBook** ] ( docs/WebBooksApi.md#deleteBook ) | ** DELETE** /webbooks/book/{id} | Delete a web book
155
+ * WebBooksApi* | [ ** getBook** ] ( docs/WebBooksApi.md#getBook ) | ** GET** /webbooks/book/{id} | Detailed web book info
156
+ * WebBooksApi* | [ ** getBookHtml** ] ( docs/WebBooksApi.md#getBookHtml ) | ** GET** /webbooks/book/{id}/html | Web Book HTML
157
+ * WebBooksApi* | [ ** getBookHtmlPost** ] ( docs/WebBooksApi.md#getBookHtmlPost ) | ** POST** /webbooks/book/{id}/html | Web Book HTML
158
+ * WebBooksApi* | [ ** getBooks** ] ( docs/WebBooksApi.md#getBooks ) | ** GET** /webbooks/book | Books list
153
159
* WorldApi* | [ ** changeWorld** ] ( docs/WorldApi.md#changeWorld ) | ** PUT** /world/{uuid} | Edit world
154
160
* WorldApi* | [ ** createWorld** ] ( docs/WorldApi.md#createWorld ) | ** POST** /world | Create a world
155
161
* WorldApi* | [ ** deleteWorld** ] ( docs/WorldApi.md#deleteWorld ) | ** DELETE** /world/{uuid} | Delete a world
@@ -183,6 +189,7 @@ Class | Method | HTTP request | Description
183
189
- [ CommandResult] ( docs/CommandResult.md )
184
190
- [ CommandsResponse] ( docs/CommandsResponse.md )
185
191
- [ CreateEntityRequest] ( docs/CreateEntityRequest.md )
192
+ - [ CreateWebBookRequest] ( docs/CreateWebBookRequest.md )
186
193
- [ CreateWorldRequest] ( docs/CreateWorldRequest.md )
187
194
- [ DamageRequest] ( docs/DamageRequest.md )
188
195
- [ DamageRequest1] ( docs/DamageRequest1.md )
@@ -191,6 +198,7 @@ Class | Method | HTTP request | Description
191
198
- [ Entity] ( docs/Entity.md )
192
199
- [ EntityMethodResult] ( docs/EntityMethodResult.md )
193
200
- [ EntityResponse] ( docs/EntityResponse.md )
201
+ - [ Error400] ( docs/Error400.md )
194
202
- [ ExecuteCommandResponse] ( docs/ExecuteCommandResponse.md )
195
203
- [ ExecutePlayerMethodResponse] ( docs/ExecutePlayerMethodResponse.md )
196
204
- [ ExecuteTileEntityMethodResponse] ( docs/ExecuteTileEntityMethodResponse.md )
@@ -199,7 +207,6 @@ Class | Method | HTTP request | Description
199
207
- [ HuskyCrateFullRewards] ( docs/HuskyCrateFullRewards.md )
200
208
- [ HuskyCrateResponse] ( docs/HuskyCrateResponse.md )
201
209
- [ HuskyCratesResponse] ( docs/HuskyCratesResponse.md )
202
- - [ InlineResponse400] ( docs/InlineResponse400.md )
203
210
- [ Inventory] ( docs/Inventory.md )
204
211
- [ ItemStack] ( docs/ItemStack.md )
205
212
- [ Location] ( docs/Location.md )
@@ -214,11 +221,6 @@ Class | Method | HTTP request | Description
214
221
- [ MessageRequest] ( docs/MessageRequest.md )
215
222
- [ MessageResponse] ( docs/MessageResponse.md )
216
223
- [ MessagesResponse] ( docs/MessagesResponse.md )
217
- - [ NationsNation] ( docs/NationsNation.md )
218
- - [ NationsNationResponse] ( docs/NationsNationResponse.md )
219
- - [ NationsNationsResponse] ( docs/NationsNationsResponse.md )
220
- - [ NationsRect] ( docs/NationsRect.md )
221
- - [ NationsZone] ( docs/NationsZone.md )
222
224
- [ NucleusJailFull] ( docs/NucleusJailFull.md )
223
225
- [ NucleusJailResponse] ( docs/NucleusJailResponse.md )
224
226
- [ NucleusJailsResponse] ( docs/NucleusJailsResponse.md )
@@ -238,13 +240,17 @@ Class | Method | HTTP request | Description
238
240
- [ Plugin] ( docs/Plugin.md )
239
241
- [ PluginResponse] ( docs/PluginResponse.md )
240
242
- [ PluginsResponse] ( docs/PluginsResponse.md )
243
+ - [ Property] ( docs/Property.md )
241
244
- [ RawRequest] ( docs/RawRequest.md )
242
245
- [ RawRequestParam] ( docs/RawRequestParam.md )
243
246
- [ RawResponse] ( docs/RawResponse.md )
244
247
- [ ServerInfo] ( docs/ServerInfo.md )
245
248
- [ ServerInfoDetail] ( docs/ServerInfoDetail.md )
249
+ - [ ServerPropertiesList] ( docs/ServerPropertiesList.md )
246
250
- [ ServletsResponse] ( docs/ServletsResponse.md )
247
251
- [ SingleBlock] ( docs/SingleBlock.md )
252
+ - [ Stat] ( docs/Stat.md )
253
+ - [ StatsResponse] ( docs/StatsResponse.md )
248
254
- [ TileEntitiesResponse] ( docs/TileEntitiesResponse.md )
249
255
- [ TileEntity] ( docs/TileEntity.md )
250
256
- [ TileEntityResponse] ( docs/TileEntityResponse.md )
@@ -254,6 +260,9 @@ Class | Method | HTTP request | Description
254
260
- [ User] ( docs/User.md )
255
261
- [ UserResponse] ( docs/UserResponse.md )
256
262
- [ Vector3] ( docs/Vector3.md )
263
+ - [ WebBook] ( docs/WebBook.md )
264
+ - [ WebBooksResponse] ( docs/WebBooksResponse.md )
265
+ - [ WebBooksResponse1] ( docs/WebBooksResponse1.md )
257
266
- [ World] ( docs/World.md )
258
267
- [ WorldFullBorder] ( docs/WorldFullBorder.md )
259
268
- [ WorldFullDimension] ( docs/WorldFullDimension.md )
@@ -268,11 +277,11 @@ Class | Method | HTTP request | Description
268
277
- [ HuskyCrateFull] ( docs/HuskyCrateFull.md )
269
278
- [ MMCTicketFull] ( docs/MMCTicketFull.md )
270
279
- [ MessageFull] ( docs/MessageFull.md )
271
- - [ NationsNationFull] ( docs/NationsNationFull.md )
272
280
- [ NucleusKitFull] ( docs/NucleusKitFull.md )
273
281
- [ PlayerFull] ( docs/PlayerFull.md )
274
282
- [ PluginFull] ( docs/PluginFull.md )
275
283
- [ TileEntityFull] ( docs/TileEntityFull.md )
284
+ - [ WebBookFull] ( docs/WebBookFull.md )
276
285
- [ WorldFull] ( docs/WorldFull.md )
277
286
278
287
0 commit comments