mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-25 12:05:14 +01:00
Updated API Usages (markdown)
parent
8f55f4e300
commit
b3602a9704
@ -27,10 +27,10 @@ Things to note:
|
||||
### Loading/Unloading a world
|
||||
You may want to unload worlds when unused and load them back when it's needed.
|
||||
```java
|
||||
// unloading
|
||||
// Unloading
|
||||
worldManager.unloadWorld("creative");
|
||||
|
||||
// loading
|
||||
// Loading
|
||||
worldManager.loadWorld("creative");
|
||||
```
|
||||
Things to note:
|
||||
|
Loading…
Reference in New Issue
Block a user