https://github.com/thinca/modal
Minecraft MOD for vim-jp
https://github.com/thinca/modal
Last synced: about 1 year ago
JSON representation
Minecraft MOD for vim-jp
- Host: GitHub
- URL: https://github.com/thinca/modal
- Owner: thinca
- License: mit
- Created: 2021-06-09T15:08:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T12:22:47.000Z (over 2 years ago)
- Last Synced: 2025-03-27T00:54:57.858Z (about 1 year ago)
- Language: Scala
- Size: 90.8 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MODal - Minecraft MOD for vim-jp
MODal is a Minecraft MOD([SpigotMC](https://hub.spigotmc.org/) plugin) of vim-jp community, by vim-jp community, for vim-jp community.
## Requirement
- Scala 3
- sbt
- https://www.scala-sbt.org/
- (OPTIONAL) PlugManX: https://github.com/TheBlackEntity/PlugMan/
1. Download it (from Spigot portal site)
2. Expand it to `.local/data/plugins/PlugManX.jar`
## Build
```
$ make
```
or
```
$ sbt package
```
## Install it in local
```
$ make install
```
or
## Start local server
```
$ export MINECRAFT_OPS_PLAYER_ID=xxxxxx
$ docker-compose up
```
You can set ops player id with the envar (also be able to set by direnv).
## Features
Players can become any Mode.
Players in each Mode have various rights and advantages.
### How to switch mode
TBD
### Advantages of each Modes
#### Farmer
Reaping crops with seeds in inventory automatically sows those seeds when harvested.
It also automatically cancels the reaping of crops that cannot yet be harvested.