Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
/ CoinTweaks Public archive

An EXILED plugin that adds more features (currently 2) for Coins (SCPSL 11.0)

Notifications You must be signed in to change notification settings

GabiRP/CoinTweaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoinTweaks

This EXILED plugin adds more features (currently 2) for Coins

Github All Releases

Features

  • Chance of dropping a coin when flipping it
  • A message (broadcast/hint) showing the coin flip result (heads/tails)

Config

coin_tweaks:
# Whether or not this plugin is enabled.
  is_enabled: true
  # Whether or not debug mode is enabled
  debug: false
  # Whether broadcast should be replaced with hints
  use_hints: true
  # Chance of dropping a coin while flipping it (set to 0 to disable)
  drop_coin_chance: 20
  # Time before dropping the coin
  drop_coin_time: 1
  # Duration of drop_coin_message
  drop_coin_message_duration: 6
  # Whether a message should be sent or not telling the player his coin flip result (head/tails)
  show_coin_result_message: true
  # Time before showing the result
  coin_result_time: 1.79999995
  # Duration of the above hint/message
  coin_result_message_duration: 1

Translations ({port}-translations.yml)

coin_tweaks:
# Coin result broadcast/hint (if the above config is true) %result% will be replaced with the flip result
coin_result_message: 'Coin result:'
# Dropping coin broadcast/hint
drop_coin_message: You accidentaly dropped your coin while flipping it
# Heads translation
heads_translation: Heads
# Tails translation
tails_translation: Tails

Plugin demostration: 1632219676-medaltvscpsecretlaboratory20210921120916-tr-edit

About

An EXILED plugin that adds more features (currently 2) for Coins (SCPSL 11.0)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages