-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# MongoDBPlayer | ||
|
||
# V1 of MongoDBPlayer for Minecraft # | ||
Made by @RockCrafts#9703 | ||
----------------------------------- | ||
|
||
Set your URI in the config file to connect to mongodb. | ||
Then on startup it will connect to DB. | ||
|
||
Once players join their information will be auto-saved in MongoDB every 5 minutes (Default, can be changed in config.yml) | ||
|
||
If you add the same uri to another server, when they join it will apply the following: | ||
|
||
- Location | ||
- Inventory | ||
- Enderchest | ||
--------------------- | ||
|
||
It will include world, so make sure you name the worlds the same. | ||
|
||
Uses of this: | ||
if you have a network, if you want players to appear in the same place in multiple hubs, this can help | ||
|
||
COMING SOON: | ||
|
||
- Abillity to disable certian saved things | ||
- Gamemode | ||
- Suggest more ideas! |