Commit Graph

14 Commits

Author SHA1 Message Date
c93e1ee068 Update upstream B/CB/S 2018-01-10 23:31:19 -06:00
fa8db475d6 Update upstream B/CB/S 2017-12-27 22:45:33 -06:00
a907e21341 Update B/CB/S 2017-11-18 03:04:21 +00:00
4424c3dec9 Rebuild patches 2017-09-06 22:59:08 -04:00
64b2b87256 Upstream update 2017-08-07 23:05:16 -04:00
fe649493e3 Update B/CB 2017-07-28 14:45:16 +01:00
4265551308 Upstream update 2017-07-26 21:12:40 -04:00
16113437c6 Update upstream B/S 2017-05-23 17:11:28 -05:00
f7d8aa4188 Update upstream B/CB/S 2017-05-15 11:25:20 -05:00
ab4ae72fd5 Update to MC 1.12-pre2 2017-05-14 13:05:01 -05:00
22e2858fee Update bStats implementation 2017-04-22 01:16:45 -05:00
4340ef97ca Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
de6a101264 Update upstream B/CB/S
Adds /paper command for reloading the paper config.
Closes GH-639

Per-world config logging has been removed in favor of all or nothing
logging for all paper settings. I don't believe it was used enough to
warrant maintaining. If this is not the case it should be possible to
re-add it.
2017-03-24 22:18:58 -05:00
4d317d0ebe Default loading permissions.yml before plugins
Under previous behavior, plugins were not able to check if a player had a permission
if it was defined in permissions.yml. there is no clean way for a plugin to fix that either.

This will change the order so that by default, permissions.yml loads BEFORE plugins instead of after.

This gives plugins expected permission checks.

It also helps improve the expected logic, as servers should set the initial defaults, and then let plugins
modify that. Under the previous logic, plugins were unable (cleanly) override permissions.yml.

A config option has been added for those who depend on the previous behavior, but I don't expect that.
2016-03-18 13:23:48 -04:00