Skip to content

Minetest mod that overwrites the default grant, grantme and revoke chatcommands to add revoke or grant expiration.

License

Notifications You must be signed in to change notification settings

ChimneySwift/temp_privs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Temp Privs

Overwrites the default grant, grantme and revoke chatcommands to add revoke or grant expiration.

Usage

The default commands still work for permanant grants and revokes, however you can optionally select a time period whereby the revoke/granting will be reverted.

grant <playername> <time-optional> <privstring>

grantme <time-optional> <privstring>

revoke <playername> <time-optional> <privstring>

<time> syntax:

  • 1s - one second.
  • 1m - one minute.
  • 1h - one hour.
  • 1D - one day (24 hours).
  • 1W - one week (7 days).
  • 1M - one month (30 days).
  • 1Y - one year (360 days).

About

Minetest mod that overwrites the default grant, grantme and revoke chatcommands to add revoke or grant expiration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages