BuddyPress Plugin Info
Public Group active 2 months agoDetails about the BuddyPress plugin used to control the Minecraft server.
-
FrenchTart posted an update in the group
BuddyPress Plugin Info 2 months agoWith VoxelPort not being updated as quickly as I’d like I have turned to alternative plugins – RealTeleport seems to work for what I need but it had no permissions support. I have modified it to perform a very simple check to see if the user is op or has the “realteleporter.manage” permission node before it allows the processing of any /rt…[Read more]
-
Lee commented on the doc Activation Steps in the group
BuddyPress Plugin Info 2 months, 1 week agoThank you for a great plugin, but the users are not shown that are on the craft server and what table do I need to create for the chat feature?
-
Lee commented on the doc Activation Steps in the group
BuddyPress Plugin Info 2 months, 1 week agoI have installed all pre-requisites and activated the plugin. I do not see the links to control the minecraft server white list. Is there an option that is some where I am missing, or do i need to add pages?
-
Justin Bean joined the group
BuddyPress Plugin Info 4 months, 4 weeks ago -
FrenchTart edited the doc Activation Steps in the group
BuddyPress Plugin Info 5 months, 1 week ago -
FrenchTart created the doc Activation Steps in the group
BuddyPress Plugin Info 5 months, 1 week ago -
FrenchTart edited the doc Installation Steps in the group
BuddyPress Plugin Info 5 months, 1 week ago -
FrenchTart created the doc Installation Steps in the group
BuddyPress Plugin Info 5 months, 1 week ago -
FrenchTart created the group
BuddyPress Plugin Info 5 months, 1 week ago



You don’t need to create a table for the chat feature – it uses the LogBlock tables.
In order for the plugin to send chat from the site to the server you need MCTelnet installed (Bukkit plugin). This should have been covered in the prerequisites.
I have the MCTelnet installed and I can telnet using the credentials in the config. On the admin section it is asking for:
Enable MineCraft server Server Chat integration
Server Chat DB Server IP:
Server Chat DB Username:
Server Chat DB Password:
Server Chat DB Name:
Server Chat DB Table Name:
Telnet Details (needed for sending chat to the…[Read more]
I wonder if it is because i am using the BukkitTelnet plugin and not the MCTelnet plugin. The MCTelnet is not working for Bukkit 1.2.3
Yes. I’m in the process of testing and updating this to work with BukkitTelnet. The whitelisting plugin has also changed for MC1.2, though this seems to work.
Below is a screenshot of the settings we use on this site (with some data removed):
http://linktart.co.uk/mctelnet.php
Once we finish testing 1.2 and I’ve made any needed changes to…[Read more]
http://linktart.co.uk/mctelnet.png
Typo above sorry.
I have mine set up like yours except the only difference is BukkitTelent. The whitelist works perfect, as I am using the latest plugins. Ill keep an eye out for the update with BukkitTelent or if some updates MCTelnet. Thanks.
Ah, good stuff. I’ll hopefully either have an update to use BukkitTelnet soon or I’ll move away from telnet completely and use one of the slightly cleaner methods of chat injection.
Just an FYI. I tested this with BukkitTelnet and it worked fine. That said, I’m using it on the same server and BukkitTelnet is configured to allow localhost to connect without/user password (I’m still passing the username/pass though).
Sweet, That worked, I know can see who is logged in and the chat is working, I wonder if there is a way to pass the chat form the website to Minecraft without being logged into minecraft. Thank you for all your help and a great plugin
No worries. Glad it’s working for you
There are definitely better ways to implement the chat than I’ve used but I don’t really have the time/energy to work those out/do them.