Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Szukam] Kto z edytuje mi plugin BoosCoolDowns


Rekomendowane odpowiedzi

Opublikowano

Przecież możesz to zrobić w pluginie essentials (warpy po 10sec.)

Więc polecam ci plugins essentials który dodatkowo dodaje też do gry sporo innych ciekawych komend.

Jeśli zdecydujesz się użyć pluginu essentials, a nie będziesz umieć ustawić żeby warpy było po 10sec. to napisz, zrobię ci to.

Opublikowano
settings:
  controlWorldAccess: false
  loadChunks: false
  warpEffect: true
dynamics:
  suggestWarps: true
mysql:
  enabled: false
  host: localhost
  port: 3306
  database: minecraft
  table: warpTable
  username: root
  password: password
locale:
  locale: en_US
warpSafety:
  enabled: true
  searchRadius: 5
  verticalTolerance: 5
  teleportHorses: true
warpSigns:
  enabled: true
  identifiers:
  - MyWarp
  - Warp
limits:
  enabled: true
  default:
    maxTotal: 10
    maxPublic: 5
    maxPrivate: 5
  user:
    maxTotal: 10
    maxPublic: 5
    maxPrivate: 5
timers:
  enabled: false
  coolDownNotify: false
  warmUpNotify: true
  abortOnMove: false
  abortOnDamage: false
  cooldowns:
    default: 15
    user: 30
  warmups:
    default: 15
    user: 30
economy:
  enabled: false
  informAfterTransaction: true
  fees:
    default:
      assets: 0
      accept: 0
      create: 25
      create-private: 25
      delete: 25
      give: 25
      help: 0
      info: 0
      invite: 25
      list: 0
      point: 25
      private: 25
      public: 25
      search: 0
      uninvite: 25
      update: 25
      warp-player: 25
      warp-sign-create: 25
      warp-sign-use: 25
      warp-to: 25
      welcome: 25
    user:
      assets: 0
      accept: 25
      create: 50
      create-private: 50
      delete: 50
      give: 25
      help: 0
      info: 0
      invite: 25
      list: 0
      point: 25
      private: 25
      public: 25
      search: 0
      uninvite: 25
      update: 50
      warp-player: 50
      warp-sign-create: 25
      warp-sign-use: 25
      warp-to: 50
      welcome: 25
dynmap:
  enabled: false
  layer:
    displayName: MyWarp
    hideByDefault: false
    priority: 10
  marker:
    showLabel: false
    iconID: mywarp_warp-32
    minZoom: 0
 

MyWarp konfig ^

options:
  options:
    warmups_enabled: true
    cooldowns_enabled: true
    prices_enabled: true
    item_cost_enabled: true
    limits_enabled: true
    auto_save_enabled_CAN_CAUSE_BIG_LAGS: false
    save_interval_in_minutes: 15
    cancel_warmup_on_damage: false
    cancel_warmup_on_move: false
    cancel_warmup_on_sneak: false
    cancel_warmup_on_sprint: false
    cancel_warmup_on_gamemode_change: false
    block_interact_during_warmup: false
    clear_on_restart: false
    clear_uses_on_death: false
    clear_cooldowns_on_death: false
    start_cooldowns_on_death: false
    command_logging: false
    command_signs: false
  units:
    seconds: seconds
    minutes: minutes
    hours: hours
  messages:
    warmup_cancelled_by_damage: '&6Warm-ups have been cancelled due to receiving damage.&f'
    warmup_cancelled_by_move: '&6Warm-ups have been cancelled due to moving.&f'
    warmup_cancelled_by_sprint: '&6Warm-ups have been cancelled due to sprinting.&f'
    warmup_cancelled_by_sneak: '&6Warm-ups have been cancelled due to sneaking.&f'
    warmup_cancelled_by_gamemode_change: '&6Warm-ups have been cancelled due to changing
      gamemode.&f'
    cooling_down: '&6Wait&e &seconds& &unit&&6 before you can use command&e &command&
      &6again.&f'
    warming_up: '&6Wait&e &seconds& &unit&&6 before command&e &command& &6has warmed
      up.&f'
    warmup_already_started: '&6Warm-Up process for&e &command& &6has already started.&f'
    paid_error: '&6An error has occured:&e %s'
    insufficient_funds: '&6You have insufficient funds!&e &command& &6costs &e%s &6but
      you only have &e%s'
    paid_for_command: '&6Price of&e &command& &6was&e %s &6and you now have&e %s'
    paid_items_for_command: '&6Price of&e &command& &6was &e%s'
    insufficient_items: '&6You have not enough items!&e &command& &6needs &e%s'
    limit_achieved: '&6You cannot use this command anymore!&f'
    limit_list: '&6Limit for command &e&command&&6 is &e&limit&&6. You can still use
      it &e×&&6 times.&f'
    interact_blocked_during_warmup: '&6You can''t do this when command is warming-up!&f'
    cannot_create_sign: '&6You are not allowed to create this kind of signs!&f'
    cannot_use_sign: '&6You are not allowed to use this sign!&f'
commands:
  groups:
    default:
      /command parameter:
        cooldown: 2
      /commandwithparameters *:
        cooldown: 5
      /anothercommand:
        cooldown: 2
      /yetanothercommand:
        warmup: 5
        price: 10.0
        limit: 5
        potion: WEAKNESS,3
      /test:
        message: You just used /test!
        itemcost: STONE,10
      '*':
        warmup: 1
        cooldown: 1
        price: 0.0
        limit: -1
    vip:
      /command *:
        warmup: 5
  links:
    link:
      /lol: default
      /example: default
      /command: default
      /yourCommandHere: yourNameHere
    linkGroups:
      default:
      - /lol
      - /example
      yourNameHere:
      - /yourCommandHere
      - /someCommand
      - /otherCommand
  aliases:
    /newcommand: /originalcommand
    /new spawn command: /original spawn command

booscooldowns konfig

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...