Compare commits
3 Commits
73b8be0930
...
8be2f2dc31
Author | SHA1 | Date | |
---|---|---|---|
8be2f2dc31 | |||
091efb900a | |||
824c84e329 |
26
README.md
26
README.md
@ -1,14 +1,23 @@
|
|||||||
# Survival Fabric
|
|
||||||
|
|
||||||
|
# 
|
||||||
|
|
||||||
This mod is FAR FROM FINISHED, and initially just created for our private Survival Server.
|
This mod is FAR FROM FINISHED, and initially just created for our private Survival Server.
|
||||||
As a challenge I'm trying to make it as user-friendly as possible. (It ain't there yet tho ;) )
|
As a challenge I'm trying to make it as user-friendly as possible. (It ain't there yet tho ;) )
|
||||||
## Current feature-set
|
## Current feature-set
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- Custom join message
|
- Custom join message
|
||||||
- Custom quit message
|

|
||||||
- Custom chat message
|
- Custom quit message
|
||||||
- Tab list dimension indicator
|

|
||||||
|
- Custom chat message
|
||||||
|

|
||||||
|
- Tab list dimension indicator
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
### Commands
|
### Commands
|
||||||
- /spectator | Essentially server-side free-cam, you get put in spectator and are able to fly around, once you use the command again you get put back to where you were.
|
- /spectator | Essentially server-side free-cam, you get put in spectator and are able to fly around, once you use the command again you get put back to where you were.
|
||||||
@ -23,7 +32,6 @@ As a challenge I'm trying to make it as user-friendly as possible. (It ain't the
|
|||||||
- [x] Shared Ender Chest
|
- [x] Shared Ender Chest
|
||||||
- [x] Shared EC Access control (via config)
|
- [x] Shared EC Access control (via config)
|
||||||
- [x] Vein miner
|
- [x] Vein miner
|
||||||
- [ ] Telekinesis
|
|
||||||
|
|
||||||
### Commands
|
### Commands
|
||||||
|
|
||||||
@ -34,5 +42,7 @@ As a challenge I'm trying to make it as user-friendly as possible. (It ain't the
|
|||||||
|
|
||||||
## Features to come
|
## Features to come
|
||||||
|
|
||||||
For now there are no more feautures!
|
Decided to scrap Telekinesis for now due to complexity
|
||||||
Be sure to give your idea by [opening an issue](https://git.hak.wtf/hkuijlman/SurvivalFabric/issues/new) wit the label Feature Request
|
|
||||||
|
Other than that no more features!
|
||||||
|
Be sure to give your idea by [opening an issue](https://git.hak.wtf/hkuijlman/SurvivalFabric/issues/new) with the label Feature Request
|
@ -5,9 +5,7 @@ import net.fabricmc.api.ModInitializer;
|
|||||||
import net.fabricmc.fabric.api.command.v2.CommandRegistrationCallback;
|
import net.fabricmc.fabric.api.command.v2.CommandRegistrationCallback;
|
||||||
import net.fabricmc.fabric.api.event.lifecycle.v1.ServerEntityEvents;
|
import net.fabricmc.fabric.api.event.lifecycle.v1.ServerEntityEvents;
|
||||||
import net.fabricmc.fabric.api.event.player.PlayerBlockBreakEvents;
|
import net.fabricmc.fabric.api.event.player.PlayerBlockBreakEvents;
|
||||||
import net.minecraft.entity.Entity;
|
|
||||||
import net.minecraft.server.network.ServerPlayerEntity;
|
import net.minecraft.server.network.ServerPlayerEntity;
|
||||||
import net.minecraft.server.world.ServerWorld;
|
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
import wtf.hak.survivalfabric.commands.ReloadConfigCommand;
|
import wtf.hak.survivalfabric.commands.ReloadConfigCommand;
|
||||||
|
Reference in New Issue
Block a user