Bukkit plugin configs on dual

Kulmapaikasta
Versio hetkellä 30. heinäkuuta 2012 kello 17.39 – tehnyt Masa (keskustelu | muokkaukset) (Luotu sivu dualin tämänhetkisistä Bukkit pluginien asetuksista.)
(ero) ← Vanhempi versio | Nykyinen versio (ero) | Uudempi versio → (ero)
Siirry navigaatioon Siirry hakuun


Seuraavassa on listattu joitakin tärkeimpiä pluginien konffeja dualilla.

HUOM! Tällä sivulla listatut asetustiedostojen sisällöt voivat olla vanhoja, mutta code-tageja edeltävät linkit johtavat serverillä käytössä oleviin eli siis ajantasaisiin versioihin!

AdminCmd

Ei vissiin merkittäviä muutoksia oletuksesta.

config.yml
motd.txt
motdNewUser.txt
news.txt
rules.txt

bChatmanager

config.yml formats:

   display-name-format: '%player'
   message-format: '[%world] %prefix%player&f: %message'
   local-message-format: '[LOCAL] %prefix%player&f: %message'
   personal-message-format: '[FROM] %prefix%player &f---> %message'
   alert-format: '&c[ALERT] &f%message'
   me-format: '* %player %message'

toggles:

   control-me: true
   ranged-mode: false

other:

   chat-range: 100.0

bPermissions

CleanroomGenerator

Vain maailmageneraattori plugin, ei asetustiedostoja.

HawkEye

HUOM! Ohessa vain muokatut kohdat (log:n alla kaikki kohdat true arvossa, en muista oliko jokin muu kuin flow:t oletuksena false): Ja tietenkään en tänne laita tietokannan tunnuksia...

log:

 water-flow: true
 lava-flow: true

general:

 log-item-drops-on-death: true
 cleanse-period: 20h
 delete-data-on-rollback: false
 give-user-tool: false

MinecraftBot

Eipä mitään ihmeempiä, servu, nick, kanava ja muotoilut kuntoon. config.yml

MobDisguise

Oletuskonffi.
config.yml

Multiverse-Core

Oletuskonffi??
config.yml

  1. ------------------------------------------------------------------------- #
  2. This is the MV2 Config. If you mess it up, copy the values out #
  3. delete it, and it will be regenerated. Then use the ingame interface #
  4. to add your values back via the "/mv conf" command. #
  5. When in-game, simply type: "/mv conf ?" for help. #
  6. A config with explanations can be found here: #
  7. https://github.com/Multiverse/Multiverse-Core/wiki/config.yml #
  8. #
  9. #
  10. IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT #
  11. #
  12. Do NOT delete this line from your config!!!! #
  13. ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration #
  14. #
  15. IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT #
  16. ------------------------------------------------------------------------- #

multiverse-configuration:

 ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
 enforceaccess: 'true'
 prefixchat: 'true'
 teleportintercept: 'true'
 firstspawnoverride: 'false'
 displaypermerrors: 'true'
 globaldebug: '0'
 messagecooldown: '5000'
 version: '2.9'
 firstspawnworld: world
 teleportcooldown: '1000'


Multiverse-Inventories

Lisätty last_location asetus, jotta pelaajien viimeisin sijainti joka maailmassa säilyy.
config.yml

  1. Multiverse-Inventories Settings
  1. ===[ Multiverse Inventories Config ]===

settings:

 # This is the locale you wish to use.
 locale: en
 # Level of debugging information to display.
 # 0 = off, 1-3 increasing amount of debug spam.
 debug_level: 0
 # If this is true it will generate world groups for you based on MV worlds.
 first_run: false
 # If this is set to true, it will enable bypass permissions (Check the wiki for more info.)
 use_bypass: false
 # If set to true, any world not listed in a group will automatically use the settings for the default group!
 default_ungrouped_worlds: false
 # If this is set to true, players will have different inventories/stats for each game mode.
 # Please note that old data migrated to the version that has this feature will have their data copied for both game modes.
 use_game_mode_profiles: false

shares:

 # You must specify optional shares you wish to use here or they will be ignored.
 # The only built in optional share is "economy"
 use_optionals:
 - last_location

groups: {}

Esimerkkikonffi groups.yml:stä, riippuu miten maailmat halutaan ryhmitellä!
groups.yml

Multiverse-NetherPortals

Ei tarvitse käsin muokata konffitiedostoja, sisältö on vain portaalien linkkaukset, jotka hoituvat komennoin in-game.

Multiverse-Portals

Oletuskonffi.
config.yml

  1. This is the MV-Portals Config. If you mess it up, copy the values out
  2. delete it, and it will be regenerated. Then use the ingame interface
  3. to add your values back via the "/mvp conf" command.
  4. When in-game, simply type: "/mvp conf ?" for help.
  5. A config with explanations can be found here:
  6. https://github.com/Multiverse/Multiverse-Portals/wiki/config.yml

wand: 290 useonmove: true portalsdefaulttonether: true enforceportalaccess: true portalcooldown: 1000 clearonremove: true teleportvehicles: true framematerials: [] version: 2.7

Multiverse-SignPortals

Ei konffitiedostoja.

OpenInv

Oletuskonffi:

ItemOpenInvItemID: 280

WorldEdit

Oletuskonffi.

  1. WorldEdit's configuration file
  2. About editing this file:
  3. - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
  4. you use an editor like Notepad++ (recommended for Windows users), you
  5. must configure it to "replace tabs with spaces." In Notepad++, this can
  6. be changed in Settings > Preferences > Language Menu.
  7. - Don't get rid of the indents. They are indented so some entries are
  8. in categories (like "max-blocks-changed" is in the "limits"
  9. category.
  10. - If you want to check the format of this file before putting it
  11. into WorldEdit, paste it into http://yaml-online-parser.appspot.com/
  12. and see if it gives "ERROR:".
  13. - Lines starting with # are commentsand so they are ignored.

limits:

   max-blocks-changed:
       default: -1
       maximum: -1
   max-radius: -1
   max-super-pickaxe-size: 5
   max-brush-radius: 5
   disallowed-blocks: [6, 7, 14, 15, 16, 26, 27, 28, 29, 39, 31, 32, 33, 34, 36, 37, 38, 39, 40, 46, 50, 51, 56, 59, 69, 73, 74, 75, 76, 77, 81, 83]

use-inventory:

   enable: false
   allow-override: true

logging:

   log-commands: true
   file: worldedit.log

super-pickaxe:

   drop-items: true
   many-drop-items: false

snapshots:

   directory:

navigation-wand:

   item: 345
   max-distance: 100

scripting:

   timeout: 3000
   dir: craftscripts

saving:

   dir: schematics

history:

   size: 15
   expiration: 10

butcher:

      butcher-default-radius: -1

wand-item: 271 shell-save-type: no-double-slash: false no-op-permissions: false debug: false