Skip to content

Latest commit

 

History

History
97 lines (71 loc) · 3.82 KB

README.md

File metadata and controls

97 lines (71 loc) · 3.82 KB

ImmortalLogin

Build Status Build the plugin Known Vulnerabilities

SpigotMC

License

Info

This CraftBukkit/Spigot plugin adds a temporary god mode for new players.
Per default the players are invulnerable for 20 minutes, unless they attack other players.
After a certain amount of hits against other players or anytime sooner by issuing /im the god mode will be disabled.

Third party features, all of them can be disabled

  • bStats for usage statistics

Standard config

disableUpdater: false
first-login:
  hits: 20
  seconds: 1200
confirmation:
  enabled: false
  delay: 30
nickColor: "DARK_PURPLE"
commandListEnabled: true
# Toggle between a deny and a allow list (false means allowlist)
commandListDenylist: false
commandList:
  - immortallogin
  - immortal
  - im
  - help
  - rules
  - motd

Permissions

Permission Description
immortallogin.list.gods Lists all players in god mode
immortallogin.admin.gods Allow you to alter players in the god mode

Commands

Command Aliases Description Permission node
immortallogin immortal, im Ends the god mode before the limit -
immortallogin list immortal, im Views the list of god mode players -
immortallogin add immortal, im Adds a player to the god mode list -
immortallogin remove immortal, im Removes a player from the god mode list -

Support

For support visit the SpigotMC page: https://www.spigotmc.org/resources/25481/
In addition to reporting bugs here on GitHub you can join my Discord and ask your questions right away!
Discord support

Usage statistics

Usage statistics

Data usage collection of bStats

Disabling bStats

The file ./plugins/bStats/config.yml contains an option to opt-out.

The following data is read and sent to https://bstats.org and can be seen under https://bstats.org/plugin/bukkit/ImmortalLogin

  • Your server's randomly generated UUID
  • The amount of players on your server
  • The online mode of your server
  • The bukkit version of your server
  • The java version of your system (e.g. Java 8)
  • The name of your OS (e.g. Windows)
  • The version of your OS
  • The architecture of your OS (e.g. amd64)
  • The system cores of your OS (e.g. 8)
  • bStats-supported plugins
  • Plugin version of bStats-supported plugins

Partnership*

ScalaCube partnership
*As an affiliate partner I earn from qualified purchases


Built by (c) Tim Brust and contributors. Released under the MIT license.