Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Configuration Improvements/Edits #240

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions plugins/AutoMessage/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ settings:
message-lists:
regular:
enabled: true
interval: 150
interval: 300
expiry: -1
random: true
messages:
Expand All @@ -27,7 +27,7 @@ message-lists:
ban from SpigotMC.'
- '&6SpigotCraft &8»&r This server is open source - submit your own changes here:
https://github.com/SpigotMC/SpigotCraft'
- '&6SpigotCraft &8»&r Helpers may use /promote to promote users if they have
given their name in the forum thread'
- '&6SpigotCraft &8»&r The aim of this exercise is to find release-critical 1.12
bugs'
- '&6SpigotCraft &8»&r Helpers may use /promote to promote users if they have given
their name in the forum thread'
- '&6SpigotCraft &8»&r The aim of this excercise is to find 1.12 bugs'

5 changes: 5 additions & 0 deletions plugins/PermissionsEx/permissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ groups:
- essentials.tpaccept
- essentials.tpahere
- essentials.tpdeny
- essentials.realname
- plots.permpack.basic
- plots.plot.1
- essentials.msg.url
Expand Down Expand Up @@ -89,6 +90,8 @@ groups:
- essentials.spawnmob
- essentials.speed
- essentials.tp
- essentials.tp.toggle
- essentials.nick
- minecraft.command.blockdata
- minecraft.command.effect
- minecraft.command.enchant
Expand All @@ -99,6 +102,7 @@ groups:
- minecraft.command.locate
- minecraft.command.tp
- multiverse.teleport.self.*
- plots.plot.2
inheritance:
- Builder
options:
Expand Down Expand Up @@ -156,6 +160,7 @@ groups:
- essentials.togglejail
- essentials.top
- essentials.tp
- essentials.tpo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if helpers should teleport others

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was tpo not the permission to tp when a player disabled teleportation?

Instructions: Teleports you directly to the specified player.
This command works regardless of the target players tptoggle.
Recommended for mods or above.
Permissions:
essentials.tpo Allow access to the /tpo command.
essentials.worlds. Allows players access to a specific world.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MiniDigger helpers don't have tpo, mods do.
(Mods are usually staff from spigotmc so I assume they can be trusted)

- essentials.tphere
- essentials.tppos
- essentials.tptoggle
Expand Down