mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-03-01 03:21:32 +01:00
Final commit to 1.13
This commit is contained in:
parent
69313f7799
commit
c0e2ff98ed
@ -1,5 +1,5 @@
|
||||
name: WorldSystem
|
||||
version: 2.2.0.6
|
||||
version: 2.3.0
|
||||
author: Butzlabben
|
||||
main: de.butzlabben.world.WorldSystem
|
||||
|
||||
|
@ -86,8 +86,8 @@ options:
|
||||
slot:
|
||||
row: 6
|
||||
col: 5
|
||||
material: DOUBLE_PLANT
|
||||
display: '&eCurrent page: %page'
|
||||
material: SUNFLOWER
|
||||
display: '&eCurrent page: &a%page'
|
||||
player_list_to_row: 4
|
||||
playerhead:
|
||||
display: '&e%player'
|
||||
|
@ -35,7 +35,7 @@ public class SystemWorld {
|
||||
private String worldname;
|
||||
private boolean unloading = false;
|
||||
private boolean creating = false;
|
||||
|
||||
|
||||
private static HashMap<String, SystemWorld> cached = new HashMap<>();
|
||||
|
||||
/**
|
||||
@ -96,6 +96,7 @@ public class SystemWorld {
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
Preconditions.checkNotNull(w, "world must not be null");
|
||||
unloading = true;
|
||||
w.save();
|
||||
|
@ -90,7 +90,7 @@ options:
|
||||
row: 6
|
||||
col: 5
|
||||
material: DOUBLE_PLANT
|
||||
display: '&eCurrent page: %page'
|
||||
display: '&eCurrent page: &a%page'
|
||||
player_list_to_row: 4
|
||||
playerhead:
|
||||
display: '&e%player'
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: WorldSystem
|
||||
version: 2.2.0.6
|
||||
version: 2.3.0
|
||||
author: Butzlabben
|
||||
main: de.butzlabben.world.WorldSystem
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user