forked from TheComputerGeek2/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 3
SummonSpell
MomoPewpew edited this page Jul 28, 2023
·
6 revisions
spell-class: ".targeted.SummonSpell"
A targeted spell that summons a player to your location.
Option | Description | Default Value |
---|---|---|
max-accept-delay |
Max accept delay (in ticks). | 90 |
require-exact-name |
Does the spell require the exact player name? | false |
require-acceptance |
Does the spell require the player's acceptance? | true |
str-usage |
Message sent to the caster when he uses the spell in a wrong way | "Usage: /cast summon , or /cast summon while looking at a sign with a player name on the first line." |
accept-command |
Accept command. | accept |
str-summon-pending |
Message sent to the caster. | "You are being summoned! Type /accept to teleport." |
str-summon-expired |
Message sent when the summon expires. | "The summon has expired." |
str-summon-accepted |
Message sent when the target accepts the summon. | "You have been summoned." |
summon_helper:
spell-class: ".targeted.SummonSpell"
require-exact-name: false
require-acceptance: true
max-accept-delay: 90
accept-command: accept
str-usage: |
Usage: /cast summon <playername>, or /cast summon
while looking at a sign with a player name on the first line.
str-no-target: Target player not found.
str-summon-pending: You are being summoned! Type /accept to teleport.
str-summon-accepted: You have been summoned.
str-summon-expired: The summon has expired.
!!!This is not the official MagicSpells wiki!!!
This wiki was cloned from the official one to document the changes to the plugin that were made specifically for Dwarves vs Zombies 2023 and Lords of Minecraft 2