Home
last modified time | relevance | path

Searched refs:sendPrivateText (Results 51 – 75 of 243) sorted by relevance

12345678910

/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/script/
H A DObserver.java34 admin.sendPrivateText(NotificationType.ERROR, "Script not allowed on this server"); in execute()
39 admin.sendPrivateText(NotificationType.ERROR, "adminlevel 2000 required,"); in execute()
44 admin.sendPrivateText("Usage: /script Observer.class hide|show"); in execute()
H A DNPCShoutZone.java34 admin.sendPrivateText("Usage: /script NPCShoutZone.class npc zone text"); in execute()
57 player.sendPrivateText(text); in execute()
61 admin.sendPrivateText("zone " + targetZoneName + "not found"); in execute()
H A DEnchant.java38 admin.sendPrivateText("Usage: /script Enchant.class creature"); in execute()
59 admin.sendPrivateText("No such creature"); in execute()
66 admin.sendPrivateText("Rare creatures may not be summoned."); in execute()
H A DBetManager.java385 admin.sendPrivateText("BetManager is not fully coded yet"); in load()
394 admin.sendPrivateText("Syntax: /script BetManager.class accept #fire #water\n" in execute()
405 admin.sendPrivateText("accept command is only valid in state IDLE. But i am in " in execute()
424 admin.sendPrivateText("action command is only valid in state ACCEPTING_BETS. But i am in " in execute()
435 admin.sendPrivateText("winner command is only valid in state ACTION. But i am in " in execute()
440 admin.sendPrivateText("Usage: /script BetManager.class winner #fire\n"); in execute()
H A DDumpTransitions.java27 admin.sendPrivateText("/script DumpTransitions.class <npcname>"); in execute()
37 admin.sendPrivateText("There is no NPC called " + npcName); in execute()
41 admin.sendPrivateText("Transition table of " + npcName + "\r\n" in execute()
H A DAbstractOfflineAction.java50 admin.sendPrivateText("This player is currently online. Please use the normal commands."); in execute()
61 admin.sendPrivateText("No player with that name."); in execute()
82 admin.sendPrivateText(e.toString()); in execute()
H A DDumpOpenDBTransactions.java20 admin.sendPrivateText("/script DumpOpenDBTransactions"); in execute()
25 admin.sendPrivateText("Transactions have been dumped to the log file."); in execute()
H A DRemoveClient.java20 admin.sendPrivateText("Usage: /script RemoveClient.class <clientid>"); in execute()
24 admin.sendPrivateText("playerEntry: " + playerEntry); in execute()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/status/
H A DZombieStatusHandler.java46 entity.sendPrivateText(NotificationType.SCENE_SETTING, "You are zombified."); in inflict()
48 …entity.sendPrivateText(NotificationType.SCENE_SETTING, "You have been zombified by " + attacker.ge… in inflict()
83 entity.sendPrivateText(NotificationType.SCENE_SETTING, "You are no longer zombified."); in remove()
H A DShockStatusHandler.java43 entity.sendPrivateText(NotificationType.SCENE_SETTING, "You are shocked."); in inflict()
45 …entity.sendPrivateText(NotificationType.SCENE_SETTING, "You have been shocked by " + attacker.getN… in inflict()
80 entity.sendPrivateText(NotificationType.SCENE_SETTING, "You are no longer shocked."); in remove()
H A DHeavyStatusHandler.java59 entity.sendPrivateText(NotificationType.SCENE_SETTING, in inflict()
62 entity.sendPrivateText(NotificationType.SCENE_SETTING, in inflict()
98 entity.sendPrivateText(NotificationType.SCENE_SETTING, "You no longer feel weighed down."); in remove()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/actions/equip/
H A DDestinationObject.java164 player.sendPrivateText(rpslot.getErrorMessage()); in preCheck()
194 player.sendPrivateText("There is no space in there."); in preCheck()
210 …player.sendPrivateText("You cannot put this special quest reward there because it can only be used… in preCheck()
216 player.sendPrivateText("You must not trade a damaged item with other players."); in preCheck()
227 player.sendPrivateText("There is no space on there."); in preCheck()
236 player.sendPrivateText("That is too far away."); in preCheck()
264 player.sendPrivateText("There is no easy path to that place."); in preCheck()
H A DDisplaceAction.java128 player.sendPrivateText("You must be next to something you wish to move."); in nextTo()
154 player.sendPrivateText("You cannot take items which are below other players."); in isItemBelowOtherPlayer()
177 player.sendPrivateText("You cannot throw that far."); in destInRange()
197 player.sendPrivateText("There is no space there."); in entityCollides()
217 player.sendPrivateText("There is no easy path to that place."); in pathToDest()
237 …player.sendPrivateText("You cannot throw that corpse so far while the protection of " + owner + " … in isNotOwnCorpseAndTooFar()
H A DSourceObject.java77 …player.sendPrivateText("Please empty your " + source.getEntityName() + " before moving it around"); in createSourceObject()
112 player.sendPrivateText("Source " + slotName + " does not exist"); in createSourceForContainedItem()
135 player.sendPrivateText("Oh, that " + entity.getDescriptionName(true) in createSourceForContainedItem()
144 player.sendPrivateText("Only " + corpse.getCorpseOwner() + " may access the corpse for now."); in createSourceForContainedItem()
223 player.sendPrivateText(slot.getErrorMessage()); in isValidBaseSlot()
323 …player.sendPrivateText("You can't carry this " + item.getTitle() + " on your " + targetSlot + "."); in moveTo()
371 player.sendPrivateText("You cannot reach that far."); in checkDistance()
449 player.sendPrivateText("You cannot take items which are below other players"); in isItemBelowOtherPlayer()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/actions/admin/
H A DCIDListAction.java41 player.sendPrivateText("Player \"" + inputName + "\" not found"); in perform()
55 player.sendPrivateText("These players are on the same computer: " + group); in perform()
61 player.sendPrivateText("Player name required"); in perform()
H A DJailAction.java42 player.sendPrivateText(USAGE_JAIL_NAME_MINUTES_REASON); in perform()
51 player.sendPrivateText(USAGE_JAIL_NAME_MINUTES_REASON); in perform()
60 player.sendPrivateText("No character with that name: " + target); in perform()
H A DStoreMessageOnBehalfOfPlayerAction.java79 …sourceplayer.sendPrivateText(NotificationType.ERROR, "postman tells you: Sorry, " + target + " cou… in onTurnReached()
84 sourceplayer.sendPrivateText("postman tells you: I cannot reach " + target + " on your behalf."); in onTurnReached()
88 sourceplayer.sendPrivateText("postman tells you: Message accepted for delivery"); in onTurnReached()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/mapstuff/spawner/
H A DGrainField.java103 entity.sendPrivateText("You can't reach that " + grainName + " from here."); in onUsed()
108 entity.sendPrivateText("This " + grainName + " is not yet ripe enough to harvest."); in onUsed()
113 entity.sendPrivateText("You need a " + tools.get(0) +" to harvest " + grainName + " fields."); in onUsed()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/item/scroll/
H A DMarkedScroll.java87 …player.sendPrivateText("Oh oh. For some strange reason the scroll did not teleport me to the right… in useTeleportScroll()
93 player.sendPrivateText("Although you have heard a lot of rumors about the destination, " in useTeleportScroll()
101 …player.sendPrivateText("The strong anti magic aura in the destination area prevents the scroll fro… in useTeleportScroll()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/actions/chat/
H A DAskForSupportAction.java48 player.sendPrivateText("Usage /support <your message here>"); in onAction()
65 …player.sendPrivateText("Until your sentence is over you may only send one support message per minu… in onAction()
84 player.sendPrivateText(NotificationType.SUPPORT, "You ask for support: " in onAction()
H A DStoreMessageAction.java105 …sourceplayer.sendPrivateText(NotificationType.ERROR, "postman tells you: Sorry, " + target + " cou… in onTurnReached()
110 sourceplayer.sendPrivateText("postman tells you: I cannot reach " + target + " on your behalf."); in onTurnReached()
114 sourceplayer.sendPrivateText("postman tells you: Message accepted for delivery"); in onTurnReached()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/extension/
H A DTeleportSendExtension.java84 admin.sendPrivateText(text); in onTeleportSend()
97 admin.sendPrivateText(text); in onTeleportSend()
116 admin.sendPrivateText(CMD_USAGE); in onTeleportSend()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/item/consumption/
H A DEater.java42 …player.sendPrivateText(NotificationType.NEGATIVE, "You ate so much that you vomited on the ground … in feed()
56 …player.sendPrivateText(NotificationType.NEGATIVE, "You eat so much at once that you choke on your … in feed()
59 player.sendPrivateText("You are now full and shouldn't eat any more."); in feed()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/actions/buddy/
H A DUnignoreAction.java30 player.sendPrivateText(who + " was not being ignored by you."); in onAction()
32 player.sendPrivateText(who + " was removed from your ignore list."); in onAction()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/actions/query/
H A DInfoAction.java33 player.sendPrivateText("The server time is " + getGametime()); in onAction()
35 … player.sendPrivateText("Testserver version " + Debug.VERSION + " - " + Debug.PRE_RELEASE_VERSION); in onAction()

12345678910