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