Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1.  
  2. Prometheus.FallbackSettings.message_receiverPerma = "You have received a donator package. {package}. This package is permanent and does not expire." -- Message that will show up to the package reciever. {name} gets replaced by persons name, {package} gets replaced by packages name.
  3. Prometheus.FallbackSettings.message_receiverNonPerma = "You have received a donator package. {package}. This package is not permanent and expires {expire}." -- Message that will show up to everyone else(If enabled). {name} gets replaced by persons name, {package} gets replaced by packages name, {expire} gets replaced by date on which package expires (YYYY-MM-DD).
  4. Prometheus.FallbackSettings.message_receiverRevoke = "Your package, {package} has been revoked. If you believe this is unjustified, please contact an administrator." -- Message that will show up to the package reciever if their package gets revoked. {name} gets replaced by persons name, {package} gets replaced by packages name.
  5. Prometheus.FallbackSettings.message_receiverExpire = "Your package, {package} has expired." -- Message that will show up to the package reciever when their package expires. {name} gets replaced by persons name, {package} gets replaced by packages name.
  6. Prometheus.FallbackSettings.message_othersCredits = "{name} has donated and received {amount} credit(s)" -- Message that will show up to everyone when someone buys a credit package. {name} gets replaced by persons name, {amount} gets replaced by the amount of credits they receive.
  7. Prometheus.FallbackSettings.message_receiverCredits = "You have received {amount} credit(s)" -- Message that will show up to the person when they buy a credit package. {amount} gets replaced by the amount of credits they receive.
  8. Prometheus.FallbackSettings.message_others = "{name} has received their package, {package} for donating!" -- Message that will show up to everyone else when receiver gets their package. Works if Prometheus.NotifyEveryone is true. {name} gets replaced by persons name, {package} gets replaced by packages name, {expire} gets replaced by date on which package expires (YYYY-MM-DD).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement