forked from Outfenneced/Combat-Tag
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathReadme
41 lines (27 loc) · 1.6 KB
/
Readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
CombatTag:
Combat tag is a plugin for bukkit which prevents pvp loggers from getting away with logging.
This plugin was originally created by marinating.
Config file explanation:
npcName:
This is the name of the NPC that you want to spawn. If you input "number", it will replace "number" with the NPC's number. If you put "player", it will replace "player" with the player's name. You can also put something like "playernumberxx". If I were to pvp log the NPC would be named something like "cheddar2621xx". If you don't put "player" or "number", the plugin will automatically append a number to the end of the name.
Beware: Putting the NPC name as just "player" will cause an incompatibility with Heroes, but it will allow their skins to show.
disabledWorlds:
Worlds which will not spawn NPCs
Tag-Duration:
Amount of seconds for a combat tag to last
disabledCommands:
Commands which are disabled while in combat. Example: [/warp,/home,/spawn]
Enable-Debugging:
Debug mode on/off
Version:
Version of the plugin. DO NOT TOUCH THIS!
InstaKill:
Whether a person automatically dies when they PvP log (true) or if it'll spawn an NPC (false)
npcDespawnTime:
The time it takes for and Npc to despawn in seconds after the person pvp logs. "-1" for the npcs not to despawn.
blockEditWhileTagged:
Whether people can edit blocks while tagged or not.
sendMessageWhenTagged:
Sends a message to both people when they get tagged
npcDieAfterTime:
If the npc (when it despawns due to npcDespawnTime) dies and drops their stuff (true) or the npc despawns and the person keeps their stuff (false)