-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd0f12f
commit 20cf888
Showing
1 changed file
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,31 @@ | ||
# Ghost2 | ||
A plugin for TShock that allows admins to become invisible to their players. (Updated for 1.4) | ||
A plugin for TShock that allows admins to become invisible to their players. | ||
|
||
- Originally made by DannyDan77 | ||
- Updated for 1.4 by moisterrific | ||
|
||
## Original plugin description | ||
A plugin for TShock that allows admins to become invisible to their players. | ||
|
||
What is actually happening though, is far more complicated. This kind of invisibilty requires no buffs, and is undetectable by people with modded clients (mostly). You can also chat, use commands, whisper people, and you won't appear on the player list all at the same time while using this plugin. It is toggleable by using the "/ghost" command and having the "ghost.ghost" permission. | ||
|
||
|
||
## User Instructions | ||
- type /ghost to toggle it on or off | ||
- May spook unsuspecting players, use at your own risk! | ||
|
||
## Known Issues | ||
The plugin works for the most part, but there are a few caveats: | ||
|
||
- Ghost will automatically turn off if you use an item (such as magic mirror) or command (such as /home) to return to your spawnpoint | ||
- If you wander too far from the original point of where you enabled ghost, chunks of the world will fail to load (client side only, visible to only you). This can be fixed by turning it off and on again. | ||
- If you disable ghost in the vicinity of other players, your character appearance will not immediately load and you will look kinda like the default character you see in character creation menu. | ||
|
||
## Notes | ||
- While ghosted, you will be completely invisible and invincible in PvP, however regular mobs can still damage you (even your attacks will be invisible!). | ||
- While ghosted, regular mobs will not spawn around you unless other non-ghosted players are nearby. | ||
- If you are ghosted in a boss fight, if all other players are dead the boss will despawn. | ||
- You will appear completely invisible and not be listed under the `/who` command as well as being unlisted in the server console. | ||
- You can still chat with the rest of the players as usual. | ||
- You can teleport to other players, however chunks of your world will not fully load. | ||
- Your character will not show up in the online players/PvP grid style GUI (Mobile). |