toolshed-commands.ftl 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. command-description-visualize =
  2. Takes the input list of entities and puts them into a UI window for easy browsing.
  3. command-description-runverbas =
  4. Runs a verb over the input entities with the given user.
  5. command-description-acmd-perms =
  6. Returns the admin permissions of the given command, if any.
  7. command-description-acmd-caninvoke =
  8. Check if the given player can invoke the given command.
  9. command-description-jobs-jobs =
  10. Returns all jobs on a station.
  11. command-description-jobs-job =
  12. Returns a given job on a station.
  13. command-description-jobs-isinfinite =
  14. Returns true if the input job is infinite, otherwise false.
  15. command-description-jobs-adjust =
  16. Adjusts the number of slots for the given job.
  17. command-description-jobs-set =
  18. Sets the number of slots for the given job.
  19. command-description-jobs-amount =
  20. Returns the number of slots for the given job.
  21. command-description-laws-list =
  22. Returns a list of all law bound entities.
  23. command-description-laws-get =
  24. Returns all of the laws for a given entity.
  25. command-description-stations-list =
  26. Returns a list of all stations.
  27. command-description-stations-get =
  28. Gets the active station, if and only if there is only one.
  29. command-description-stations-getowningstation =
  30. Gets the station that a given entity is "owned by" (within)
  31. command-description-stations-grids =
  32. Returns all grids associated with the input station.
  33. command-description-stations-config =
  34. Returns the config associated with the input station, if any.
  35. command-description-stations-addgrid =
  36. Adds a grid to the given station.
  37. command-description-stations-rmgrid =
  38. Removes a grid from the given station.
  39. command-description-stations-rename =
  40. Renames the given station.
  41. command-description-stations-largestgrid =
  42. Returns the largest grid the given station has, if any.
  43. command-description-stations-rerollBounties =
  44. Clears all the current bounties for the station and gets a new selection.
  45. command-description-stationevent-lsprob =
  46. Lists the probability of different station events occuring out of the entire pool.
  47. command-description-stationevent-lsprobtime =
  48. Lists the probability of different station events occuring based on the specified length of a round.
  49. command-description-stationevent-prob =
  50. Returns the probability of a single station event occuring out of the entire pool.
  51. command-description-admins-active =
  52. Returns a list of active admins.
  53. command-description-admins-all =
  54. Returns a list of ALL admins, including deadmined ones.
  55. command-description-marked =
  56. Returns the value of $marked as a List<EntityUid>.
  57. command-description-rejuvenate =
  58. Rejuvenates the given entities, restoring them to full health, clearing status effects, etc.
  59. command-description-tag-list =
  60. Lists tags on the given entities.
  61. command-description-tag-with =
  62. Returns only the entities with the given tag from the piped list of entities.
  63. command-description-tag-add =
  64. Adds a tag to the given entities.
  65. command-description-tag-rm =
  66. Removes a tag from the given entities.
  67. command-description-tag-addmany =
  68. Adds a list of tags to the given entities.
  69. command-description-tag-rmmany =
  70. Removes a list of tags from the given entities.
  71. command-description-polymorph =
  72. Polymorphs the input entity with the given prototype.
  73. command-description-unpolymorph =
  74. Reverts a polymorph.
  75. command-description-solution-get =
  76. Grabs the given solution off the given entity.
  77. command-description-solution-adjreagent =
  78. Adjusts the given reagent on the given solution.
  79. command-description-mind-get =
  80. Grabs the mind from the entity, if any.
  81. command-description-mind-control =
  82. Assumes control of an entity with the given player.
  83. command-description-addaccesslog =
  84. Adds an access log to this entity. Do note that this bypasses the log's default limit and pause check.
  85. command-description-stationevent-simulate =
  86. Simulates N number of rounds in which events will occur and prints the occurrences of every event after.