AdvancedSelector

Ever wanted to make your own Server/World/Minigame Selector? Well with this plugin you can!
It is really easy!
Features
- Give Selectors to players on various ways.
- Make easy world transportation Selectors / Inventories.
- Have as many Selectors and Inventories as you want!
- Change the names / lores / enchantments of an item in an inventory / a selector
Installation
- Make sure your server is running the version that fits with the version you are about to download.
- Download the AdvancedSelector.jar and place it in your plugin folder.
- Load it by restarting your server. (Or load it via other pluginloaders)
- Done! You can now make changes in the configuration.
- Use '/as reload' or restart your server to apply the changes.
Bugs / Suggestions
If you find any bugs or if you have a suggestion, leave a message in the comments.
Example
A Selector (Which will respond when you interact with it):
You can create multiple selectors with different uses.

An Inventory (Which will open when you interact with a Selector)
You can add items in this inventory. When you click on those items a command will be executed or another inventory will open.

-
View User Profile
-
Send Message
Posted Aug 9, 2016Whenever i join the server when im not an op, i get the error: [FatalError] Premature end of file These are my configurations: 1.http://pastebin.com/29TfEiwG (config.yml 2.http://pastebin.com/7PdHZ6h8 (/Selectors/Example.yml 3.http://pastebin.com/AP3mNuWX (/Inventories/ServerSelector.yml
I dont know what to do about it, checked the files in an YAML checker, and they seem OK.
-
View User Profile
-
Send Message
Posted Jul 16, 2016@francky3180
Is the region where no-op players are standing protected from player interactions? Do you get any errors in the console?
-
View User Profile
-
Send Message
Posted Jul 16, 2016My version is 2.8 on server 1.8.8 and my selectors don't work with my no-op players.
Why ?
-
View User Profile
-
Send Message
Posted Jun 11, 2017In reply to francky3180:
-
View User Profile
-
Send Message
Posted Jul 13, 2016Thanks
-
View User Profile
-
Send Message
Posted Jul 12, 2016@dino14
In 'main.yml' set 'Bungee' to 'true' Then use InteractDoes: - Server > EggWars
-
View User Profile
-
Send Message
Posted Jul 12, 2016I use advancedselector v2.9b and I want to teleport players to the server EggWars from my bungeecord network when click on this item,but it says ''Unknown command please type /help for a list of commands''...... /server commands works but not with advancedselector....
My item configuration:
'33':
ID: 122
Data: 0
Name: '&eEggWars'
Lore:
- '&3Sectiune in lucru inca cateva zile'
Enchantments: None
InteractPermission: EggWars
NoPermission: '&cNe pare rau! Inca in lucru !'
InteractDoes:
- 'PlayerCommand > server EggWars'
I've tried also:
'33':
ID: 122
Data: 0
Name: '&eEggWars'
Lore:
- '&3Sectiune in lucru inca cateva zile'
Enchantments: None
InteractPermission: EggWars
NoPermission: '&cNe pare rau! Inca in lucru !'
InteractDoes:
- 'Server > EggWars'
And this:
'33':
ID: 122
Data: 0
Name: '&eEggWars'
Lore:
- '&3Sectiune in lucru inca cateva zile'
Enchantments: None
InteractPermission: EggWars
NoPermission: '&cNe pare rau! Inca in lucru !'
InteractDoes:
- 'ConsoleCommand > send {Player} EggWars'
-
View User Profile
-
Send Message
Posted Jun 11, 2017In reply to dino14:
-
View User Profile
-
Send Message
Posted Jun 29, 2016Ok,thanks ! I will recomend this plugin !
-
View User Profile
-
Send Message
Posted Jun 28, 2016@dino14
Fixed it in v2.9b. It's waiting for approval atm.
-
View User Profile
-
Send Message
Posted Jun 28, 2016@dino14
I'll look into this
-
View User Profile
-
Send Message
Posted Jun 28, 2016I want to show a crafting receipe from crackedshot plugin,wooden_hoe is the Desert_eagle weapon,and I want to show players how to craft it. CrackShot plugin : http://dev.bukkit.org/bukkit-plugins/crackshot/
-
View User Profile
-
Send Message
Posted Jun 28, 2016@dino14
Slot 1 as in the slot top left? That's slot 2. Slot 1 as in the result of the crafting recipe? Don't know if that's possible. If it's something you want I can look into it.
-
View User Profile
-
Send Message
Posted Jun 28, 2016Inventory configuration file :
Name: '&2Desert_eagle:'
Size: 10
Type: WORKBENCH
Clicks: Close: true Items: '3':
ID: 388
Data: 0
Name: '&2Emerald'
Lore:
- '&3Se gaseste in cufere!'
Enchantments: None
InteractPermission: The
NoPermission: '&aIn mentenanta!'
InteractDoes:
- 'ConsoleCommand > mv tp {Player} TheDropper'
'6':
ID: 280
Data: 0
Name: '&2Stick'
Lore:
- '&3Se gaseste in cufere!'
Enchantments: None
InteractPermission: One
NoPermission: '&a'
InteractDoes:
- 'ConsoleCommand > mv tp {Player} Quiz'
'9':
ID: 280
Data: 0
Name: '&2Stick'
Lore:
- '&3Se gaseste in cufere!'
Enchantments: None
InteractPermission: RCPERMS
NoPermission: '&a'
InteractDoes:
- 'ConsoleCommand > mv tp {Player} PaintBall'
'1':
ID: 1
Data: 0
Name: '&2Desert_eagle'
Lore:
- '&3Pistol'
Enchantments: None
InteractPermission: RCPERMS
NoPermission: &'a'
InteractDoes:
- 'ConsoleCommand > mv tp {Player} PaintBall'
Slot 1 of the crafting_table inventory doesn't work:
-
View User Profile
-
Send Message
Posted May 9, 2016@JDbossness
I have a server selector using this plugin and this is how I did it. I did not use the /server command:
Example Item:
'1':
ID: 170
Data: 0
Name: '&6Towny Server'
Lore:
- '&aTeleport to the Towny Server.'
InteractDoes:
- 'Server > towny'
-
View User Profile
-
Send Message
Posted May 8, 2016Hi! Is there any way I can prevent players from moving the selector around their inventory?
-
View User Profile
-
Send Message
Posted Mar 27, 2016@JDbossness
What version is your server? Do other commands work? Does it give an error or only say unknown command? Could you maybe upload the part of your config that the problem is happening to so I can verify if you set your config right?
-
View User Profile
-
Send Message
Posted Mar 26, 2016Please Help! I am using v2.8 and whenever I try putting in a player command in the inventories config which I am trying to do /server PracticeUHC it always says unknown command. I do have bungee set to true.
-
View User Profile
-
Send Message
Posted Jun 11, 2017In reply to JDbossness:
-
View User Profile
-
Send Message
Posted Mar 23, 2016