Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxthegreat99 authored Jul 28, 2023
1 parent 8e9a355 commit b6a2626
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Ghost2
A plugin for TShock that allows admins to make themselves or players invisible to others.
A plugin for TShock giving admins multiple stealthing abilties, such as becoming completely invisible to their players, silent joning and much more!

**NOTE: consider twice before giving this effect to your players as it may give them an unfair advantage in certain circumstances**
### NOTE: consider twice before giving these effects to your players as it may give them unfair advantages or even the ability to bypass anticheats

- Originally made by [DannyDan77](https://github.com/DannyDan77)
- Updated for `1.4` by [moisterrific](https://github.com/DannyDan77)
Expand All @@ -14,11 +14,27 @@ 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.

## How to Install
1. Put the .dll into the `\ServerPlugins\` folder.
2. Restart the server.
3. Give your desired group the the permissions defined in the configs folder.

## User Instructions
- type `/ghost` to toggle it on or off for yourself.
- to give the invisible effect to other players type a second parameter like so: `/ghost "Max The Great"`
- May spook unsuspecting players, use at your own risk!
### Commands and Usage
- `/ghost` - toggles on/off the basic ghost mode for yourself that allows only the server and players with the `ghost.see` permission to see you.
- `/ghost {player name}` - gives the same effect to the targeted player.
- `/hghost` - toggles on/off hard ghost mode for yourself, this version of ghost allows you to be invisible to everyone, including players with the `ghost.see` perms and the server.
- `/hghost {player name}` - gives the same effect to the targeted player.
#### May spook unsuspecting players, use at your own risk!

### Permissions
- `ghost.ghost` - allows the player to use the `/ghost` command.
- `ghost.hardghost` - allows the player to use the `/hghost` command.
- `ghost.see` - allows the player to see `/ghost`ed players(does not work for players who have been `/hghost`ed)
- `ghost.silentleave` - disables leaving messages for the player.
- `ghost.silentjoin` - disables the joining messages for the player.
- `ghost.hghostonjoin` - hard ghosts the player upon joining.
- `ghost.ghostonjoin` - ghosts the player upon joning.

## Known Issues
This plugin works for the most part, but there are a few caveats:
Expand All @@ -29,8 +45,11 @@ This plugin works for the most part, but there are a few caveats:
## 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.
- If you are hard 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.(using `/hghost` only)
- 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).

## Forked repository
https://github.com/moisterrific/Ghost2

0 comments on commit b6a2626

Please sign in to comment.