addobjectives.ftl 623 B

123456789101112
  1. # addobjectives
  2. cmd-addobjective-desc = Adds an objective to the player's mind.
  3. cmd-addobjective-help = addobjective <username> <objectiveID>
  4. cmd-addobjective-invalid-args = Expected exactly 2 arguments.
  5. cmd-addobjective-player-not-found = Can't find the playerdata.
  6. cmd-addobjective-mind-not-found = Can't find the mind.
  7. cmd-addobjective-objective-not-found = Can't find matching objective prototype {$obj}
  8. cmd-addobjective-adding-failed = Failed to add the objective. Maybe requirements dont allow that objective to be added.
  9. cmd-addobjective-player-completion = <Player>
  10. cmd-add-objective-obj-completion = <Objective>