Home
last modified time | relevance | path

Searched refs:sendPrivateText (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/actions/
H A DGroupManagementAction.java69 player.sendPrivateText(NotificationType.ERROR, "Player " + params + " is not online"); in onAction()
109 player.sendPrivateText(NotificationType.ERROR, "You cannot invite yourself into a group."); in invite()
126 player.sendPrivateText("Sorry, " + targetPlayer.getName() + " is away."); in invite()
148 player.sendPrivateText(NotificationType.ERROR, "Only the group leader may invite people."); in invite()
154 player.sendPrivateText(NotificationType.ERROR, "Your group is already full."); in invite()
173 player.sendPrivateText(NotificationType.ERROR, "You are already in a group."); in join()
186 player.sendPrivateText(NotificationType.ERROR, "The group is already full."); in join()
205 player.sendPrivateText(NotificationType.ERROR, "You are not a member of a group."); in leader()
239 player.sendPrivateText(NotificationType.ERROR, "You are not a member of a group."); in lootmode()
268 player.sendPrivateText(NotificationType.ERROR, "You are not a member of a group."); in part()
[all …]
H A DKnockAction.java55 player.sendPrivateText("Hmm, that's not something you can knock on effectively."); in onAction()
63 player.sendPrivateText("You can't reach to knock from here."); in onAction()
79 houseplayer.sendPrivateText(message); in knock()
81 player.sendPrivateText("rat a tat-tat, you knocked on the door! Hope someone is home ..."); in knock()
84 player.sendPrivateText("How strange, there is nothing behind this door!"); in knock()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/script/
H A DHandleTransitions.java62 admin.sendPrivateText("Empty NPC name isnot allowed."); in execute()
67 admin.sendPrivateText("no such NPC in game ("+npc_name+")."); in execute()
74 admin.sendPrivateText("command should start with \"-\""); in execute()
97 admin.sendPrivateText("label should not be empty for "+command); in execute()
101 admin.sendPrivateText("transition added."); in execute()
111 admin.sendPrivateText("label should not be empty for "+command); in execute()
115 admin.sendPrivateText("transition deleted successfully."); in execute()
117 admin.sendPrivateText("failed to delete transition."); in execute()
132 admin.sendPrivateText("label should not be empty for "+command); in execute()
146 admin.sendPrivateText(sb.toString()); in execute()
[all …]
H A DFixDM.java36 …admin.sendPrivateText("Usage /script FixDM.class <player>. Check they have killed all the creature… in execute()
47 admin.sendPrivateText(target.getTitle() + " has never done a deathmatch."); in execute()
52 …admin.sendPrivateText(target.getTitle() + " completed the last deathmatch successfully. No DM is i… in execute()
57 …admin.sendPrivateText(target.getTitle() + " had a deathmatch state in " + oldQuestState + " , i.e… in execute()
59 target.sendPrivateText("Admin " + admin.getTitle() in execute()
69 target.sendPrivateText("Try claiming victory again now that " + admin.getTitle() in execute()
71 admin.sendPrivateText("Changed the state of quest '" + questName in execute()
76 admin.sendPrivateText(args.get(0) + " is not logged in"); in execute()
H A DNameChange.java38 …admin.sendPrivateText("This script must be enabled in the server configuration file (usually serve… in execute()
43 admin.sendPrivateText(e.toString()); in execute()
47 …admin.sendPrivateText("Usage: /script NameChange.class {newname|remove}\nSets your display name to… in execute()
52 …admin.sendPrivateText("Your original name has been restored. Please change zones for the changes t… in execute()
57 admin.sendPrivateText("Your display name has been changed to " + title in execute()
H A DAlterLoot.java42 admin.sendPrivateText(NotificationType.ERROR, "ERROR: Not enough arguments"); in execute()
54 admin.sendPrivateText(NotificationType.ERROR, "ERROR: No such player: " + player_name); in execute()
63 … admin.sendPrivateText(NotificationType.ERROR, "ERROR: Argument <count> must be an integer value"); in execute()
72 …admin.sendPrivateText(NotificationType.ERROR, "ERROR: Attempted to set loot count of " + item + " … in execute()
78 …target.sendPrivateText(NotificationType.SUPPORT, "Your loot count for #'" + item + "' was changed … in execute()
96 admin.sendPrivateText(NotificationType.CLIENT, String.join("\n", usage)); in showUsage()
H A DDeepInspect.java52 admin.sendPrivateText("usage: {\"character\" | \"username\"} <name>."); in execute()
53 admin.sendPrivateText("character will do an inspection of an online character."); in execute()
73 …admin.sendPrivateText(NotificationType.ERROR, "There is no character called " + charname + " onlin… in inspectOnline()
100 admin.sendPrivateText(NotificationType.ERROR, e.toString()); in inspectOffline()
102 admin.sendPrivateText(NotificationType.ERROR, e.toString()); in inspectOffline()
143 admin.sendPrivateText(sb.toString()); in inspect()
161 admin.sendPrivateText(sb.toString()); in inspect()
191 admin.sendPrivateText(sb.toString()); in inspect()
233 admin.sendPrivateText(sb.toString()); in inspect()
248 admin.sendPrivateText(sb.toString()); in inspect()
[all …]
H A DDropPlayerItems.java35 admin.sendPrivateText("<player> [<amount>] '<item>'"); in execute()
40 …admin.sendPrivateText("<player> [<amount>] '<item>' - and don't forget those quotes if the item na… in execute()
47 admin.sendPrivateText("Player " + args.get(0) + " is not online."); in execute()
81 admin.sendPrivateText(msg); in execute()
84 player.sendPrivateText(msg); in execute()
H A DListZones.java40 admin.sendPrivateText(NotificationType.ERROR, "ERROR: Too many arguments."); in execute()
89 admin.sendPrivateText(sb.toString()); in execute()
92 admin.sendPrivateText(NotificationType.WARNING, "WARNING: No zone information found."); in execute()
94 admin.sendPrivateText("No zone names found containing the text \"" + filter + "\"."); in execute()
110 admin.sendPrivateText(NotificationType.CLIENT, String.join("\n", usage)); in showUsage()
H A DResetSlot.java37 admin.sendPrivateText("Need player name and slot name as parameter."); in execute()
44 admin.sendPrivateText("No such player: " + args.get(0)); in execute()
49 admin.sendPrivateText("No such slot: " + args.get(1)); in execute()
61 player.sendPrivateText(NotificationType.SUPPORT, in execute()
H A DAlterQuest.java35 …admin.sendPrivateText("Usage /script AlterQuest.class <player> <questname> <state>. Ommit <state> … in execute()
61 target.sendPrivateText(NotificationType.SUPPORT, "Admin " + admin.getTitle() in execute()
65 admin.sendPrivateText("Changed the state of quest '" + questName in execute()
69 admin.sendPrivateText(args.get(0) + " is not logged in"); in execute()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/actions/pet/
H A DNameAction.java47 player.sendPrivateText("Please issue the old and the new name."); in onAction()
54 player.sendPrivateText("You don't own any " + curName); in onAction()
70 player.sendPrivateText("You own already a pet named '" + newName + "'"); in onAction()
73 player.sendPrivateText("The new name of your pet must not be longer than 20 characters."); in onAction()
80 player.sendPrivateText("You changed the name of '" + oldName + "' to '" + newName in onAction()
84 player.sendPrivateText("Congratulations, your " + curName + " is now called '" in onAction()
90 player.sendPrivateText("Please don't use empty names."); in onAction()
109 player.sendPrivateText("You don't own a pet called '" + curName + "'"); in onAction()
H A DOwnAction.java88 player.sendPrivateText("Maybe you should stick to owning domestic animals."); in checkEntityIsDomesticAnimal()
104 player.sendPrivateText("This animal is already owned by " + owner.getTitle()); in checkNotOwned()
123 player.sendPrivateText("That " + entity.getTitle() + " is too far away."); in checkEntityIsReachable()
138 player.sendPrivateText("You already own a sheep."); in own()
144 player.sendPrivateText("You already own a pet."); in own()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/item/
H A DWeddingRing.java129 player.sendPrivateText("You should pick the wedding ring up to use it."); in teleportToSpouse()
135 player.sendPrivateText("You were told to watch your pet, weren't you?"); in teleportToSpouse()
142 player.sendPrivateText("This wedding ring hasn't been engraved yet."); in teleportToSpouse()
150 player.sendPrivateText(spouseName + " is not online."); in teleportToSpouse()
162 player.sendPrivateText("Sorry, " in teleportToSpouse()
168 player.sendPrivateText("Sorry, " + spouseName in teleportToSpouse()
176 player.sendPrivateText(spouseName in teleportToSpouse()
183 player.sendPrivateText("The ring has not yet regained its power. You think it might be ready in " in teleportToSpouse()
191 …player.sendPrivateText("The strong anti magic aura in this area prevents the wedding ring from wor… in teleportToSpouse()
206 player.sendPrivateText("Although you have heard a lot of rumors about the destination, " in teleportToSpouse()
[all …]
H A DFoodMill.java88 user.sendPrivateText("You should be carrying the " + tool + " in order to use it."); in onUsed()
96 user.sendPrivateText("You should hold the " + tool + " in either hand in order to use it."); in onUsed()
106 user.sendPrivateText("Your other hand looks empty."); in onUsed()
115 …user.sendPrivateText("You need to have at least " + Grammar.a_noun(input) + " in your other hand"); in onUsed()
120 user.sendPrivateText("You don't have " + Grammar.a_noun(container) + " with you"); in onUsed()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/player/
H A DPlayerTrade.java68 player.sendPrivateText(noItemMessage); in checkIfTradeMayBeOffered()
73 player.sendPrivateText("You are too far away to start trading with " + partner.getName()); in checkIfTradeMayBeOffered()
83 player.sendPrivateText("Sorry, " + partner.getName() + " is busy."); in checkIfTradeMayBeOffered()
131 player.sendPrivateText("Sorry, you cannot trade with yourself."); in offerTrade()
149 player.sendPrivateText("You offered to trade with " + partner.getName() + "."); in offerTrade()
181 player.sendPrivateText("You canceled the trade"); in cancelTrade()
184 partner.sendPrivateText(player.getName() + " canceled the trade with you."); in cancelTrade()
238 player.sendPrivateText("You must lock your offer first."); in deal()
252 player.sendPrivateText("You traded with " + partnerName + "."); in deal()
253 partner.sendPrivateText("You traded with " + player.getName() + "."); in deal()
[all …]
H A DGagManager.java68 policeman.sendPrivateText(text); in gag()
80 policeman.sendPrivateText("Infinity (negative numbers) is not supported."); in gag()
89 policeman.sendPrivateText("You have gagged " + criminalName + " for " in gag()
91 criminal.sendPrivateText(NotificationType.SUPPORT, in gag()
110 inmate.sendPrivateText(NotificationType.SUPPORT, "Your gag sentence is over."); in release()
138 player.sendPrivateText("You are gagged, it will expire in " in checkIsGaggedAndInformPlayer()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/actions/admin/
H A DAlterKillAction.java40 admin.sendPrivateText("\"" + param + "\" parameter required: " + action); in perform()
47 admin.sendPrivateText("Player \"" + action.get("target") + "\" not found: " + action); in perform()
51 …admin.sendPrivateText("Cannot alter kills for non-player entity \"" + target.getName() + "\": " + … in perform()
57 admin.sendPrivateText("Kill type must be either \"solo\" or \"shared\": " + action); in perform()
66 admin.sendPrivateText("Kill count must be a number: " + action); in perform()
73 admin.sendPrivateText("\"" + creatureOrig + "\" is not a valid creature name: " + action); in perform()
86 …player.sendPrivateText(NotificationType.SUPPORT, "Your " + killtype + " kill count for " + creatur… in perform()
H A DInspectKillAction.java37 admin.sendPrivateText("\"target\" parameter required: " + action); in perform()
43 admin.sendPrivateText("Player \"" + action.get("target") + "\" not found: " + action); in perform()
48 …admin.sendPrivateText("Cannot calculate kills for non-player entity \"" + target.getName() + "\": … in perform()
53 admin.sendPrivateText("\"creature\" parameter required: " + action); in perform()
59 admin.sendPrivateText("\"" + creature + "\" is not a valid creature name: " + action); in perform()
67 …admin.sendPrivateText(Grammar.plural(creature) + " killed by " + player.getName() + ": solo: " + s… in perform()
H A DDestroyAction.java51 player.sendPrivateText(text); in perform()
90 …player.sendPrivateText("Removed contained " + name + " " + clazz + " with ID " + objectID + " from… in perform()
92 …player.sendPrivateText("could not remove contained " + inspected + " " + clazz + " with ID " + obj… in perform()
102 player.sendPrivateText(text); in perform()
108 player.sendPrivateText(text); in perform()
114 player.sendPrivateText(text); in perform()
137 player.sendPrivateText("You can't remove this type of entity"); in perform()
148 player.sendPrivateText("Removed " + name + " " + clazz + " with ID " + action.get(TARGET)); in perform()
H A DAlterAction.java51 player.sendPrivateText("Entity not found"); in perform()
60 player.sendPrivateText("Sorry, name cannot be changed."); in perform()
65 …player.sendPrivateText("Use #/adminlevel #<playername> #[<newlevel>] to display or change adminlev… in perform()
70 player.sendPrivateText("The title attribute may not be changed directly."); in perform()
79 player.sendPrivateText("Attribute you are altering is not defined in RPClass(" in perform()
88 player.sendPrivateText("Please issue one of the modes 'add', 'sub', 'set' or 'unset'."); in perform()
94 player.sendPrivateText("Please issue mode 'add' or 'sub'."); in perform()
120 player.sendPrivateText("Please issue a numeric value instead of '" + value + "'"); in perform()
180 player.sendPrivateText("Attribute to be unset is not of type 'flag'."); in perform()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/item/scroll/
H A DInvitationScroll.java114 player.sendPrivateText("This invitation has not been filled in."); in useTeleportScroll()
120 player.sendPrivateText("This scroll is so old that it lost its magic."); in useTeleportScroll()
129 player.sendPrivateText("Something seems to be wrong with this invitation scroll"); in useTeleportScroll()
137 …player.sendPrivateText("There does not seem be a marriage going on, at least " + playerName + " is… in handleTeleportToChurch()
153 player.sendPrivateText("That invitation scroll was given to " + playerName + "."); in handleTeleportToHotel()
158 player.sendPrivateText("That invitation scroll is only to be used to exit a Fado lovers room."); in handleTeleportToHotel()
H A DSummonPetScroll.java80 player.sendPrivateText("The aura of protection in this area prevents the scroll from working!"); in useScroll()
85 …player.sendPrivateText("Mysteriously, the scroll does not function! Perhaps this area is too crowd… in useScroll()
91 player.sendPrivateText("The magic is not strong enough to give you more than one pet."); in useScroll()
118 …player.sendPrivateText("This scroll does not seem to work. You should talk to the magician who cre… in useScroll()
145 …player.sendPrivateText("You summon your pet back onto this plane. Faint smoke lingers from the pag… in dropBlank()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/actions/query/
H A DWhereAction.java60 player.sendPrivateText("No player or pet named \"" + whoName + "\" is currently logged in."); in onAction()
66 player.sendPrivateText("You are in " + zone.getName() in onAction()
69 player.sendPrivateText(who.getTitle() + " is in " + zone.getName() in onAction()
77 player.sendPrivateText("Your " + ItemTools.itemNameToDisplayName(animal.get("type")) in onAction()
82 player.sendPrivateText("No player or pet named \"" + whoName + "\" is currently logged in."); in onAction()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/quests/captureflag/
H A DCaptureFlagUseListener.java57 sender.sendPrivateText("No player named \"" + targetName + "\" is currently active."); in checkOnline()
154 user.sendPrivateText("You cannot tag unless equipped with bow and special ammunition"); in onUsed()
159 user.sendPrivateText("You must be in range to tag a player"); in onUsed()
198 target.sendPrivateText(message); in onUsed()
201 user.sendPrivateText(message); in onUsed()

12345678910