Advertisement
qDaaz

Vapor 4.2.2-STABLE

Jan 13th, 2025
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.70 KB | None | 0 0
  1. (Some config section already exists, just add it to them)
  2.  
  3. config.yml:
  4. # ~ SOTW Commands Settings
  5.  
  6. SOTW-COMMANDS:
  7.   START:
  8.     ENABLED: true
  9.     COMMANDS:
  10.      - "time set 0"
  11.       - "customtimer start KeyAll 1h &c&lKey-All"
  12.       - "customtimer start 50OFF 4h &6&l50-OFF"
  13.   END:
  14.     ENABLED: true
  15.     COMMANDS:
  16.      - "crate givekey %player% Epic 5"
  17.       - "crate givekey %player% OP 2"
  18.  
  19.  
  20. # ~ Titles Settings
  21.  
  22. TITLES:
  23.   JOIN-NO-FACTION:
  24.     ENABLED: true
  25.     TITLE: "&a&lWelcome to Vapor HCF!"
  26.     SUBTITLE: "&7TIP: Run /f create to create a new faction."
  27.     FADE-IN: "20"
  28.     STAY: "60"
  29.     FADE-OUT: "20"
  30.   JOIN:
  31.     ENABLED: true
  32.     TITLE: "&a&lWelcome!"
  33.     SUBTITLE: "&7Welcome to Vapor HCF!"
  34.     FADE-IN: "20"
  35.     STAY: "60"
  36.     FADE-OUT: "20"
  37.   KILL:
  38.     ENABLED: false
  39.     TITLE: "&a&lKill!"
  40.     SUBTITLE: "&7You have killed %rank%%player%!"
  41.     FADE-IN: "20"
  42.     STAY: "60"
  43.     FADE-OUT: "20"
  44.   DEATH:
  45.     ENABLED: true
  46.     TITLE: "&c&lDeath!"
  47.     SUBTITLE: "&7You have died against %rank%%player%!"
  48.     FADE-IN: "20"
  49.     STAY: "60"
  50.     FADE-OUT: "20"
  51.   DEATH-SELF:
  52.     ENABLED: true
  53.     TITLE: "&c&lDeath!"
  54.     SUBTITLE: "&7You have died!"
  55.     FADE-IN: "20"
  56.     STAY: "60"
  57.     FADE-OUT: "20"
  58.   FACTION-CREATED:
  59.     ENABLED: true
  60.     TITLE: "&a&lCongratulations!"
  61.     SUBTITLE: "&7You have successfully created your Faction!"
  62.     FADE-IN: "20"
  63.     STAY: "60"
  64.     FADE-OUT: "20"
  65.   FACTION-REMOVED:
  66.     ENABLED: true
  67.     TITLE: "&c&lDisband!"
  68.     SUBTITLE: "&7Faction has been disbanded by %player%!"
  69.     FADE-IN: "20"
  70.     STAY: "60"
  71.     FADE-OUT: "20"
  72.  
  73. scoreboard.yml:
  74. # ~ Abilities Cooldown
  75.  
  76. ABILITIES:
  77.   ENABLED: true
  78.   DISPLAY: "%ability%&f: &c"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement