Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wizarthegreat/soul-link

Minecraft paper plugin for linking player's xp, potion effects, inventories, and hp.
https://github.com/wizarthegreat/soul-link

minecraft minecraft-plugin papermc

Last synced: 7 days ago
JSON representation

Minecraft paper plugin for linking player's xp, potion effects, inventories, and hp.

Awesome Lists containing this project

README

        

# Soul Link
Silly little Minecraft paper plugin for linking player's xp, potion effects, inventories, and hp.

### Commands

/link "player1" "player2"

to link two players.

(they must be online, only accessible by opped players)

/unlink "player1" "player2"

to unlink two players.

(online or offline, only accessible by opped players)


/linkinfo "player"

to see who that player is linked to.

(online or offline, accessible by any player)

/setlinklevel

to set the level, or how many "kills" the linked players have.

(online or offline, only accessible by opped players)v

/killvalue

to check how many kills until you are freed

/deathvalue

to check how many deaths until you are banned

### Configuration

```
#Link choices
#If dying too much bans you
Death Ban On: true
#How many deaths make a ban
Death Limit: 5

#If they can be freed by kills
Freed by kills: true
#How many kills they need to get to be freed
Kills to freedom: 4

#If players will have their xp linked
XP Linking On: true
#How many kills to unlink levels
Kills to xp: 1

#If players will have their food linked
Food Linking On: true
#How many kills to unlink food
Kills to food: 1

#If players will have their potion effects linked
Potion Linking On: true
#How many kills to unlink potion effects
Kills to potion: 2

#If player inventories are linked
Inventory Linking On: true
#How many kills to unlink inventories
Kills to inventory: 3

#If damage taken is linked
Damage Linking On: true
#How many kills to unlink damage taken
Kills to hp: 4
#Made by WizarTheGreat

```

If you have any suggestions or bugs that need to be fixed, please put it in the issues tab at the top left with the proper Label.