Advertisement
theultimatehacker007

VersionControl/config.yml

Feb 24th, 2022
1,304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.12 KB | None | 0 0
  1.  
  2. PluginPrefix: '[VersionControl]'
  3. Messages:
  4.   usage:
  5.     text: 'Usage:'
  6.     changever: /changeversion SERVER MinVersion MaxVersion
  7.     checkver: /checkversion SERVER
  8.     fallback: /versioncontrol fallback SERVER (or kick to kick)
  9.   error:
  10.     no_args: You provided no arguments...
  11.     not_enough_args: You provided not enough arguments.
  12.     too_many_args: You provided too many arguments.
  13.     no_server: There is no Server called
  14.     no_server_casing: Please remember this command is case sensitive!
  15.     reload: Error during reload. Please read config file!
  16.   connect:
  17.     error_multi:
  18.       after_servername: is currently only available for Minecraft versions between
  19.       between_versions: and
  20.     error_single: is currently only available for the Minecraft version
  21.   change:
  22.     before_servername: Versions for the server
  23.     after_servername: 'has been changed to:'
  24.     success_multi:
  25.       min: 'Min:'
  26.       max: 'Max:'
  27.     error:
  28.       min_over_max: The minimal version should NOT be bigger than the maximum version!
  29.       min_wrong: The minimal Version was incorrect.
  30.       max_wrong: The maximal Version was incorrect.
  31.   check:
  32.     before_servername: The Server
  33.     multi:
  34.       after_servername: is set to the versions
  35.       between_versions: and
  36.     single:
  37.       after_servername: is set to the version
  38.   modify:
  39.     fallback:
  40.       set_to_server: 'The fallback server is now:'
  41.       set_to_kick: Set fallback event to kick
  42.   fallback:
  43.     kick_message:
  44.       multi_part1: You got kicked from the Server, because the Server is only for
  45.         Versions
  46.       multi_part2: and
  47.       single: You got kicked from the Server, because the Server is only for Version
  48. Server:
  49.   Fallback: lobby
  50.   testing:
  51.     minVersion: '47'
  52.     maxVersion: '9999'
  53.   factions:
  54.     minVersion: '47'
  55.     maxVersion: '340'
  56.   survival:
  57.     minVersion: '340'
  58.     maxVersion: '757'
  59.   lobby:
  60.     minVersion: '47'
  61.     maxVersion: '9999'
  62.   creative:
  63.     minVersion: '47'
  64.     maxVersion: '9999'
  65.   bedwars:
  66.     minVersion: '47'
  67.     maxVersion: '9999'
  68.   cannon:
  69.     minVersion: '47'
  70.     maxVersion: '340'
  71.   skyblock:
  72.     minVersion: '757'
  73.     maxVersion: '757'
  74.   limbo:
  75.     minVersion: '47'
  76.     maxVersion: '9999'
  77. Description:
  78.   '1': 'This plugin uses the Protocol version numbers of Minecraft. Please see this
  79.     website for the Versions: https://wiki.vg/Protocol_version_numbers'
  80.   '2': If future versions are available, they only need to be added like the versions
  81.     below; The plugin will then use the names provided automatically
  82. Versions:
  83.   '3': 1.7/1.7.1
  84.   '4': 1.7.2-1.7.5
  85.   '5': 1.7.6-1.7.10
  86.   '47': 1.8(.x)
  87.   '107': '1.9'
  88.   '108': 1.9.1
  89.   '109': 1.9.2
  90.   '110': 1.9.3/1.9.4
  91.   '210': 1.10(.x)
  92.   '315': '1.11'
  93.   '316': 1.11.1/1.11.2
  94.   '335': '1.12'
  95.   '338': 1.12.1
  96.   '340': 1.12.2
  97.   '393': '1.13'
  98.   '401': 1.13.1
  99.   '404': 1.13.2
  100.   '477': '1.14'
  101.   '480': 1.14.1
  102.   '485': 1.14.2
  103.   '490': 1.14.3
  104.   '498': 1.14.4
  105.   '573': '1.15'
  106.   '575': 1.15.1
  107.   '578': 1.15.2
  108.   '735': '1.16'
  109.   '736': 1.16.1
  110.   '751': 1.16.2
  111.   '753': 1.16.3
  112.   '754': 1.16.4/1.16.5
  113.   '755': '1.17'
  114.   '756': 1.17.1
  115.   '757': 1.18/1.18.1
  116.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement