This commit is contained in:
a 2023-01-17 09:39:51 -06:00
parent 56f3b60301
commit a4b16ce585
5 changed files with 76 additions and 0 deletions

View file

@ -3,6 +3,12 @@
# Ideas for extensions and differences from current implementations
## max followers
https://github.com/mastodon/mastodon/issues/20089
max followers? mastodon has a MAX_FOLLOWS and MAX_FOLLOW_RATIO so why not MAX_FOLLOWERS
## Webfinger Content-Type of activitystreams profile
i wonder if setting a Content-Type of `"application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\""` instead of `"application/activity+json"` would break anything

2
content/gaming/_index.md Normal file
View file

@ -0,0 +1,2 @@
+++
+++

View file

@ -0,0 +1,2 @@
+++
+++

View file

@ -0,0 +1,2 @@
+++
+++

View file

@ -0,0 +1,64 @@
# multiverse
## skyblock in bukkit/spigot/paper
prerequisites:
- multiverse-core
- multiverse-inventories
- multiverse-netherportals
- voidgen
```
/mvcreate world_skyblock NORMAL -g VoidGen:{structures:true,decoration:true,mobs:true}
/mvcreate world_skyblock_nether NORMAL -g VoidGen:{structures:true,decoration:true,mobs:true}
/mvcreate world_skyblock_the_end NORMAL -g VoidGen:{structures:true,decoration:true,mobs:true}
```
create a multiverse-inventories group to share player data
```
/mvinv group
create
# name the group something like "world_skyblock"
world_skyblock # add world
world_skyblock_nether # add world
world_skyblock_the_end # add world
@ # continue after adding all worlds
all # share all player data
@ # finish
```
go to the world and change settings
```
/mvtp world_skyblock
/gm c # go into creative, make a starter island
/mvsetspawn # set a reasonable spawn point
/mvmset respawnWorld world_skyblock # respawn in overworld
/mvmset diff hard
/mvmset allowflight false
/mvmset alias Skyblock
/mvmset color AQUA
/mvtp world_skyblock_nether
/gm c # go into creative, make a starter island
/mvsetspawn # set a reasonable spawn point
/mvmset respawnWorld world_skyblock # respawn in overworld
/mvmset hidden true # hide non-overworld from mvlist
/mvmset diff hard
/mvmset allowflight false
/mvmset alias Skyblock
/mvmset color AQUA
/mvtp world_skyblock_the_end
/gm c # go into creative, make a starter island
/mvsetspawn # set a reasonable spawn point
/mvmset respawnWorld world_skyblock # respawn in overworld
/mvmset hidden true # hide non-overworld from mvlist
/mvmset diff hard
/mvmset allowflight false
/mvmset alias Skyblock
/mvmset color AQUA
```
if you use essentialsx-chat: go to `plugins/Essentials/config.yml` and `chat.world-aliases` and define your aliases