perlsaiyan / abacura

MUD client implementation in Python
MIT License
8 stars 4 forks source link

Odometer, Metrics, #telluria, updated RoomWatcherNew / self.room2 #118

Closed mardanst closed 1 year ago

mardanst commented 1 year ago

Moved TypedMSDP structure out of plugins so it can be used elsewhere more easily Added Odometer, Metrics. Use self.odometer.start() to start the odometer, or #odometer --start= Rewrote RoomWatcher as RoomWatcherNew , new structures available in self.room2 while this is in development Added a #telluria command to show you where you are in telluria based on the minimap (must have minimap on) Globals are provided to ## via a function so that we can get updated values with each ## execution