Skip to content

Commit

Permalink
job queue (#163)
Browse files Browse the repository at this point in the history
* job queue

* added error message for players already in queue
  • Loading branch information
piterson05 authored Dec 13, 2024
1 parent 6be3306 commit e4dba51
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions jobs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,30 @@
<String xml:lang="sv-SE">Ban anledning: ~r~{0}~s~. utgår ~y~{1}~s~.</String>
</Entry>

<!-- ========================= -->
<!-- Job Queue -->
<!-- ========================= -->

<Entry Id="jobs_queue_added">
<String xml:lang="en-US">You have been placed in the ~p~queue~s~.</String>
</Entry>

<Entry Id="jobs_queue_position">
<String xml:lang="en-US">Your position is ~y~{0}/{1}~s~ in the queue for {2} job.</String>
</Entry>

<Entry Id="jobs_queue_finished">
<String xml:lang="en-US">You have been assigned to {0} job.</String>
</Entry>

<Entry Id="jobs_queue_left">
<String xml:lang="en-US">~r~You left the job queue!~s~</String>
</Entry>

<Entry Id="jobs_queue_already_in">
<String xml:lang="en-US">~r~You are already in the queue for this job.</String>
</Entry>

<!-- ========================= -->
<!-- Sell To Players -->
<!-- ========================= -->
Expand Down

0 comments on commit e4dba51

Please sign in to comment.