Jump to content

johuang50

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by johuang50

  1. Thanks, yes I actually figured out just a few minutes ago that my endeavor for this is completely unnecessary since there is already a well-established Plugin that you can add to the Minehut server that allows you to send data from the server to a discord bot (a lot easier than a client having to retrieve info from the server through requests, which can always be restricted by the server). There is also a good video explaining how to do this so I think I am all set: Thanks for the quick reply!
  2. Hello community, I am trying to write Python script for a Discord Bot to continuously ping my Minehut server using what is called a "query" from Dinnerbone's mcstatus library (https://github.com/Dinnerbone/mcstatus) to monitor and view the Player List (list of players online/tab list) on the server. However, I cannot get a query since it requires for the enable-query field in the server.properties file to be set to true, and of course, the server.properties file on Minehut isn't something you can edit/access directly. Maybe this is a little bit too far of a topic from Minehut, but I was just wondering if any of you guys could help me figure out how to change this setting without having to do it through server.properties (run an op command or something). Or, if there is no way to change this setting, how could I go about getting the player list without taking a query (not exactly Minehut-related at all and more general server scripting-related but would really help solve my problem). Thanks!
×
×
  • Create New...