Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit 26eb445

Browse files
author
Marv Cool
committed
adds class docstring to PlanetProtect
1 parent 3d4f8c8 commit 26eb445

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

plugins/planet_protect/planet_protect_plugin.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55

66
class PlanetProtectPlugin(SimpleCommandPlugin):
7+
"""
8+
Allows planets to be either protector or unprotected. On protected planets,
9+
only admins can build. Planets are unprotected by default.
10+
"""
711
name = "planet_protect"
812
description = "Protects planets."
913
commands = ["protect", "unprotect"]

0 commit comments

Comments
 (0)