1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-21 04:05:48 +00:00
Commit Graph

62 Commits

Author SHA1 Message Date
Florian CUNY
58b9bff978 Made the required permission a field 2017-10-13 21:12:33 +02:00
Florian CUNY
657fd4d112 Added requirePermissionToUse field (https://github.com/TheBusyBiscuit/Slimefun4/issues/410) 2017-10-13 20:46:28 +02:00
Florian CUNY
cc79e62f34 Made use of the renamed methods 2017-10-13 16:34:38 +02:00
Poslovitch
319238f4b3 Fixes ignored frequencies for Cargo
Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/408

Was due to the JSON storage format (everything is String). #getInt was
therefore returning 0.
2017-09-10 16:13:59 +02:00
TheBusyBiscuit
55731ef532 Explicitly declare type arguments 2017-08-24 00:03:49 +02:00
Poslovitch
39d77b5eb5 Documented Slimefun (except GuideHandler related) ; deprecated #addDescription() in favor of #addHint() 2017-08-15 16:37:25 +02:00
Poslovitch
0b54f079e4 Fixes a NumberFormatException when trying to read inexistant frequency of a CargoManager
Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/363
Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/161
2017-08-10 17:02:38 +02:00
Poslovitch
829fead370 More memory usage improvements 2017-06-22 22:39:19 +02:00
Poslovitch
911903e4a2 Less memory usage for "not unlocked" messages 2017-06-22 22:31:41 +02:00
Poslovitch
e388bf01f1 Added a State enum for SlimefunItem
Related to https://github.com/TheBusyBiscuit/Slimefun4/pull/337,
https://github.com/TheBusyBiscuit/Slimefun4/issues/231
2017-06-22 22:16:22 +02:00
TheBusyBiscuit
4930d54795 Updated "Unsupported Version" message 2017-06-14 12:35:25 +02:00
John000708
4eed2e1b61 Remove bad code 2017-06-13 19:59:39 +02:00
John000708
cf1850dec8 Update Branch 2017-05-28 20:37:59 +02:00
TheBusyBiscuit
ebfc6f418c Fixed Round-Robin Mode for Cargos 2017-04-10 10:08:06 +02:00
TheBusyBiscuit
3d21dae93c Reverted failed fix 2017-04-10 10:00:26 +02:00
TheBusyBiscuit
45554ce457 Fixed Cargo Round-Robin Mode 2017-04-10 09:57:58 +02:00
TheBusyBiscuit
5590118a52 Added elses 2017-04-10 09:46:21 +02:00
TheBusyBiscuit
1962dbb0a5 Chain Armor no longer spams messages 2017-04-09 09:59:45 +02:00
TheBusyBiscuit
4b44c347fe Removed deprecated code snippet 2017-04-09 09:44:37 +02:00
John000708
e98c66544f Merge branch 'master' of https://github.com/TheBusyBiscuit/Slimefun4 2017-04-04 19:53:59 +02:00
TheBusyBiscuit
af6ec415b0 Maybe made the Block Storage stuff safer, idk 2017-03-31 14:47:43 +02:00
TheBusyBiscuit
e3e3e67720 Safe Handler 2017-03-27 16:14:52 +02:00
TheBusyBiscuit
b901f885fa Fixed Block Inventories 2017-03-26 09:31:27 +02:00
John000708
07dbfbd318 Cargo Nodes now listen for canAccessChest() 2017-03-19 17:27:16 +01:00
John000708
4871a17f2d Prevent message spamming from vanilla items 2017-03-19 13:52:08 +01:00
TheBusyBiscuit
73cdbf114b Fixed Inventory Saving 2017-03-14 16:26:17 +01:00
John000708
de4f779a64 Added EmeraldEnchants limit to AutoEnchanter.
Started "documenting" the API
2017-02-06 18:23:11 +01:00
TheBusyBiscuit
e731bf20aa Call ChestManipulator on withdraw() 2017-01-23 12:55:58 +01:00
TheBusyBiscuit
b08f5b9892 Added ChestManipulator 2017-01-23 12:52:14 +01:00
TheBusyBiscuit
0b4127d7d3 Added WikiSetup.class 2017-01-19 18:26:56 +01:00
TheBusyBiscuit
c5f0770827 Fixed GuideHandler Runnables 2017-01-18 15:51:14 +01:00
TheBusyBiscuit
f313014c70 Fixed GuideHandler Runnables 2017-01-18 15:47:51 +01:00
TheBusyBiscuit
18def9d050 Machine Settings Pre-Setup 2017-01-04 17:48:44 +01:00
mrCookieSlime
ee88262243 Fixed JSON Parsing 2016-12-27 12:44:23 +01:00
mrCookieSlime
ef32a361ab Local JSONParser Object 2016-12-26 23:57:56 +01:00
mrCookieSlime
e306232933 Fixed JSON Parsing 2016-12-26 23:56:22 +01:00
mrCookieSlime
a3f118ca21 Escape Chunk JSONs 2016-12-26 23:38:18 +01:00
mrCookieSlime
c95c8c9ae0 Fixed JSON Escaping? 2016-12-26 23:36:19 +01:00
mrCookieSlime
c3033bb6b0 API Additions 2016-12-05 19:39:58 +01:00
BuildTools
fa0f0a4012 Fixed some stuff 2016-12-04 00:08:59 +01:00
mrCookieSlime
bcbbe3bbfa Potential Error Fix 2016-11-28 19:49:57 +01:00
BuildTools
5ccf83c182 Fixed Backpacks 2016-11-27 21:13:48 +01:00
BuildTools
ef9fa6a54b Update Version 2016-11-27 19:34:45 +01:00
BuildTools
3e470d87fb Replaced all § with & 2016-11-23 16:51:57 +01:00
mrCookieSlime
6f61176d0c Immense Auto-Saving Optimizations 2016-09-17 10:12:44 +02:00
mrCookieSlime
cca1c29c70 Corruption Fix 2016-06-05 18:52:44 +02:00
mrCookieSlime
3f6c3afe9d API Changes 2016-06-05 15:56:55 +02:00
mrCookieSlime
e99552e111 Chest Terminals no longer show a higher number than youre able to
request
2016-05-22 13:21:54 +02:00
mrCookieSlime
2f1475a5ba Block Inventories now close when the Block is broken 2016-05-22 10:26:12 +02:00
mrCookieSlime
89a4982197 Locked Items are now displayed as Barriers 2016-05-16 13:03:26 +02:00