You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2021. It is now read-only.
System.out.println("§c[PickupSpawners] The spawner breaker item (used) is null. Please create an issue with the following stacktrace on github.com/poma123/PickupSpawners");
433
+
434
+
}
435
+
if (saved == null) {
436
+
System.out.println("§c[PickupSpawners] The spawner breaker item (saved) is null. Please create an issue with the following stacktrace on github.com/poma123/PickupSpawners");
Copy file name to clipboardExpand all lines: src/main/resources/config.yml
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
-
# Daily break limit is now actually counts when the server is online. Once the server restarted it will be reset. I'll create a better solution for this.
1
+
# Daily break limit now counts daily.
2
+
# The default's permission is pickupspawners.breaklimit.default, and is true for everyone.
3
+
# You can add here more limits. The 'vip' named limit's permission is pickupspawners.breaklimit.vip
2
4
# Set 0 to disable
3
-
daily-broke-limit: 5
5
+
break-limits:
6
+
default: 0
7
+
# vip: 10
4
8
5
9
# Checks new version and prints to the console and to OP's when they join.
6
10
# Set false to disable.
7
11
update-check: true
8
12
9
-
# It depends on the language of the player's client. Currently only English and Hungarian languages supported.
13
+
# It depends on the language of the player's client. Currently, only English and Hungarian languages are supported.
10
14
# If you want to add your language, just create a [PR](https://github.com/poma123/PickupSpawners/pulls)!
0 commit comments