SHOW:
|
|
- or go back to the newest paste.
| 1 | # FirstJoinPlus Configuration -- Configuration Help: http://dev.bukkit.org/bukkit-plugins/firstjoinplus/ # | |
| 2 | settings: | |
| 3 | allow-automatic-updating: true | |
| 4 | every-join-is-first-join: false | |
| 5 | on-first-join: | |
| 6 | delay-everything-below-by: 0 | |
| 7 | first-join-message: | |
| 8 | enabled: true | |
| 9 | - | message: '&e&l❰&6&lPP&e&l❱ &c%player_name &ehas joined the game for the first time!' |
| 9 | + | message: '&f%player_name &4&lhas joined for the first time!' |
| 10 | fun-stuff: | |
| 11 | play-sound: | |
| 12 | enabled: true | |
| 13 | - | sound-name: entity_player_levelup |
| 13 | + | sound-name: block_note_pling |
| 14 | listen-permission: firstjoinplus.notify | |
| 15 | smoke-effect: | |
| 16 | enabled: true | |
| 17 | launch-firework: | |
| 18 | enabled: false | |
| 19 | first-join-kit: | |
| 20 | enabled: false | |
| 21 | items: | |
| 22 | - bread:32 | |
| 23 | give-written-books: | |
| 24 | enabled: false | |
| 25 | book-files: | |
| 26 | - rules.txt | |
| 27 | give-experience: | |
| 28 | enabled: false | |
| 29 | level-amount: 0 | |
| 30 | modify-damage: | |
| 31 | disable-pvp: | |
| 32 | enabled: false | |
| 33 | expire-after: 10 | |
| 34 | god-mode: | |
| 35 | enabled: false | |
| 36 | expire-after: 10 | |
| 37 | run-commands: | |
| 38 | enabled: false | |
| 39 | commands: | |
| 40 | - me just joined for the first time! | |
| 41 | run-console-commands: | |
| 42 | enabled: false | |
| 43 | commands: | |
| 44 | - setgroup %player_name newbies | |
| 45 | apply-potion-effects: | |
| 46 | enabled: false | |
| 47 | effects: | |
| 48 | - SPEED:1:15 | |
| 49 | send-messages: | |
| 50 | enabled: false | |
| 51 | messages: | |
| 52 | - | - '&2Welcome to our server, %player_name! Customize this message in the FirstJoinPlus |
| 52 | + | - '&cWelcome to our server, &f%player_name!' |
| 53 | - | configuration.' |
| 53 | + | |
| 54 | - | - '&6http://dev.bukkit.org/server-mods/firstjoinplus/' |
| 54 | + | |
| 55 | teleport: | |
| 56 | enabled: false | |
| 57 | x: 8 | |
| 58 | y: 105 | |
| 59 | z: 110 | |
| 60 | pitch: 4.402046 | |
| 61 | yaw: -179.98206 | |
| 62 | world: world | |
| 63 | other-messages: | |
| 64 | join-message: | |
| 65 | enabled: true | |
| 66 | message: '&2&l%player_name &a&lhas joined.' | |
| 67 | quit-message: | |
| 68 | - | message: '&e&l❰&6&lPP&e&l❱ &c%player_name &ehas joined the game! ' |
| 68 | + | |
| 69 | message: '&c&l%player_name &4&lhas left.' | |
| 70 | kick-message: | |
| 71 | - | message: '&7&l❰&c&lPP&7&l❱ &c%player_name &4has left the game!' |
| 71 | + | |
| 72 | message: '&e&l%player_name &4&lwas kicked' |